]> git.lyx.org Git - features.git/commitdiff
Win installer: start an an RC2 installer
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 14 Jan 2018 21:16:23 +0000 (22:16 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 14 Jan 2018 21:16:23 +0000 (22:16 +0100)
- also fix a typo and update a file size

development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/include/init.nsh
development/Win32/packaging/installer/settings.nsh

index d837335b2b8f39b3ef352b7f96475e46c26004cb..0a276cf21bf3de4c23b780a54cc5609ff27c485f 100644 (file)
@@ -1,4 +1,8 @@
-Changelog for LyX-230-RC1:
+Changelog for LyX-230-RC2:
+- installs LyX 2.3.0 RC2
+
+
+Changelog for LyX-230-RC1:
 - installs LyX 2.3.0 RC1
 - enable high display resolution support for the installer
 - correct display of installer text for many languages 
index f30c5b389645d616be27ff24d4565d659ab52de5..55f76445b66a80ee3a936c53db8098f0d4fdfc12 100644 (file)
@@ -364,9 +364,9 @@ Section /o "Serbšcina (Horno)" SecDSorbianH
  AddSize 740
 SectionEnd
 
-Section /o "Shqipe" SecDAlbanian
+Section /o "Shqip" SecDAlbanian
  StrCpy $DictCodes "sq_AL,$DictCodes"
- AddSize 2400
+ AddSize 2612
 SectionEnd
 
 Section /o "Slovenšcina" SecDSlovenian
index 6a3d76d35fc47fd32fa7d5be64af19072bd85955..bc94a8073333a5c52ab226df79f890cb46b2ee90 100644 (file)
@@ -12,13 +12,13 @@ These typically need to be modified for each LyX release
 !define APP_VERSION_MAJOR 2
 !define APP_VERSION_MINOR 3
 !define APP_VERSION_REVISION 0
-!define APP_VERSION_EMERGENCY "RC-1" # use "1" for an emergency release of LyX otherwise ""
+!define APP_VERSION_EMERGENCY "RC-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 8 # Start with 1 for the installer releases of each version
+!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
 
-!define COPYRIGHT_YEAR 2017
+!define COPYRIGHT_YEAR 2018
 
 #--------------------------------
 # Installer file name