]> git.lyx.org Git - features.git/commitdiff
installer: fix a typo
authorUwe Stöhr <uwestoehr@lyx.org>
Wed, 1 May 2013 22:59:44 +0000 (00:59 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Wed, 1 May 2013 22:59:44 +0000 (00:59 +0200)
development/Win32/packaging/installer/settings.nsh

index 1b4ca6f5b78d87927a95318fc4aeeb2c58f9892f..a5d00bf97441d8cdc2872b41ae1d97a20c6637b9 100644 (file)
@@ -13,7 +13,7 @@ These typically need to be modified for each LyX release
 !define APP_VERSION_MINOR 0
 !define APP_VERSION_REVISION 6
 !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_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 "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display