mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
installer: release new installer version
This commit is contained in:
parent
a2672f8c7e
commit
c229163a3b
@ -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
|
||||
|
@ -100,6 +100,7 @@ ctex
|
||||
dinbrief
|
||||
dtk
|
||||
elsarticle
|
||||
elsevier
|
||||
endfloat
|
||||
epsf
|
||||
europecv
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user