Win installer: prepare for a new 2.3 release (hopefully a beta)

This commit is contained in:
Uwe Stöhr 2017-07-25 00:31:45 +02:00
parent f477b5b4f0
commit 52025d5c9b
2 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,11 @@
Changelog for LyX-230-alpha1:
Changelog for LyX-230-alpha2:
- installs LyX 2.3.0 alpha2
- updated to MiKTeX 2.9 build 6361
- updated to ImageMagick 7.0.6-2
- updated to Perl 5.24.2.1
Changelog for LyX-230-alpha1:
- installs LyX 2.3.0 alpha1
- updated to MiKTeX 2.9 build 6236
(fixes potential problems with the installation of LaTeX packages)

View File

@ -12,7 +12,7 @@ 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 "alpha-1" # use "1" for an emergency release of LyX otherwise ""
!define APP_VERSION_EMERGENCY "alpha-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 1 # Start with 1 for the installer releases of each version
@ -51,12 +51,12 @@ These typically need to be modified for each LyX release
!define MiKTeXRepo "ftp://ftp.fernuni-hagen.de/pub/mirrors/www.ctan.org/systems/win32/miktex/tm/packages/"
!define MiKTeXDeliveredVersion "2.9"
!define ImageMagickVersion "7.0.5"
!define ImageMagickVersion "7.0.6"
# definitions for the Complete installer
!if ${SETUPTYPE} == BUNDLE
!define JabRefInstall "external\JabRef_windows_3_8_2.exe"
!define SIZE_JABREF 36831 # size in KB
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6236.exe"
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6361.exe"
!endif