Win installer/settings.nsh: correct version numbering

This commit is contained in:
Uwe Stöhr 2017-04-23 14:39:36 +02:00
parent 797b6afaa3
commit 36911477ce

View 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