installer: release new installer version

This commit is contained in:
Uwe Stöhr 2013-01-29 01:03:16 +01:00
parent a2672f8c7e
commit c229163a3b
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,10 @@
Changelog for LyX-2051-3:
Changelog for LyX-2051-4:
- If LyX is installed together with MiKTeX (bundle installer) the installation of
LaTeX-packages required by LyX takes now much less time and you get a visual feedback
about the installation process.
Changelog for LyX-2051-3:
- fix bug that MiKTeX was not correctly configured on some 64bit versions of Windows
- don't overwrite the MiKTeX package repository from where missing packages will be installed
- updated to JabRef 2.9.2

View File

@ -100,6 +100,7 @@ ctex
dinbrief
dtk
elsarticle
elsevier
endfloat
epsf
europecv

View File

@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
!define APP_VERSION_REVISION 5
!define APP_VERSION_EMERGENCY "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 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