]> git.lyx.org Git - lyx.git/commitdiff
Win installer/settings.nsh: correct version numbering
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 23 Apr 2017 12:39:36 +0000 (14:39 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 23 Apr 2017 12:39:36 +0000 (14:39 +0200)
development/Win32/packaging/installer/settings.nsh

index eee1d1888150736b4104772db69cd2e616bf13b3..05ce02dd9fb44c241bf9190c2053f850543bd4d7 100644 (file)
@@ -11,8 +11,8 @@ These typically need to be modified for each LyX release
 
 !define APP_VERSION_MAJOR 2
 !define APP_VERSION_MINOR 3
-!define APP_VERSION_REVISION alpha1
-!define APP_VERSION_EMERGENCY "" # use "1" for an emergency release of LyX otherwise ""
+!define APP_VERSION_REVISION 0
+!define APP_VERSION_EMERGENCY "alpha-1" # use "1" for an emergency release of LyX otherwise ""
 !define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
 !define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version