[LyX/2.3.5.2] Windows installer number

Richard Kimberly Heck rikiheck at lyx.org
Sun Jun 28 22:35:02 UTC 2020


commit 848c1687c84ab7501bc8cdfacc1b58ec3de7f713
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Sun Jun 28 18:58:46 2020 -0400

    Windows installer number
---
 development/Win32/packaging/installer/settings.nsh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/development/Win32/packaging/installer/settings.nsh b/development/Win32/packaging/installer/settings.nsh
index 107e2e7..12cc760 100644
--- a/development/Win32/packaging/installer/settings.nsh
+++ b/development/Win32/packaging/installer/settings.nsh
@@ -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
 


More information about the lyx-cvs mailing list