]> git.lyx.org Git - lyx.git/commitdiff
Windows installer number 2.3.5.2
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 28 Jun 2020 22:58:46 +0000 (18:58 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 28 Jun 2020 22:58:46 +0000 (18:58 -0400)
development/Win32/packaging/installer/settings.nsh

index 107e2e766bbe1d376bde3aa9c0bca0fa8d046411..12cc760e2762b7a8d146836c8631d407a9685155 100644 (file)
@@ -11,10 +11,10 @@ These typically need to be modified for each LyX release
 
 !define APP_VERSION_MAJOR 2
 !define APP_VERSION_MINOR 3
-!define APP_VERSION_REVISION 4
-!define APP_VERSION_EMERGENCY "" # 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
+!define APP_VERSION_REVISION 5
+!define APP_VERSION_EMERGENCY "2" # 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 4 # Start with 1 for the installer releases of each version
 
 !define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display