mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Win installer: prepare for next release
- MiKTeX fixed some issues that might have caused the problems users had with 64bit MiKTeX - the latest MSVC 2015 update fixed potential buffer overflows in compiled programs
This commit is contained in:
parent
2417d9cb5d
commit
fd0236414f
@ -1,4 +1,11 @@
|
||||
Changelog for LyX-220-3:
|
||||
Changelog for LyX-220-4:
|
||||
- recompiled LyX using MSVC 2015 update 3
|
||||
- updated to MiKTeX 2.9 build 6022
|
||||
- updated to Imagemagick 6.9.x
|
||||
|
||||
|
||||
|
||||
Changelog for LyX-220-3:
|
||||
- updated to Qt 5.6.1
|
||||
- updated to MiKTeX 2.9 build 5997
|
||||
- updated to JabRef 3.4
|
||||
|
@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
|
||||
!define APP_VERSION_REVISION 0
|
||||
!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 3 # Start with 1 for the installer releases of each version
|
||||
!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
|
||||
|
||||
@ -57,6 +57,6 @@ These typically need to be modified for each LyX release
|
||||
!if ${SETUPTYPE} == BUNDLE
|
||||
!define JabRefInstall "external\JabRef_windows_3_4.exe"
|
||||
!define SIZE_JABREF 25700 # size in KB
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.5997.exe"
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.6022.exe"
|
||||
!endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user