mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
installer: new release because of bug #9733
This commit is contained in:
parent
3a58458b16
commit
129dda72f8
@ -1,4 +1,10 @@
|
||||
Changelog for LyX-214-3:
|
||||
Changelog for LyX-214-4:
|
||||
- fixed broken US English spell-checker.
|
||||
(To benefit from it you must uninstall an already installed LyX 2.1.x and
|
||||
then use this installer.)
|
||||
|
||||
|
||||
Changelog for LyX-214-3:
|
||||
- updated to MiKTeX 2.9 build 5721
|
||||
- updated to Imagemagick 6.9.2-3
|
||||
- updated spell-checker dictionaries for English (GB and US)
|
||||
|
@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
|
||||
!define APP_VERSION_REVISION 4
|
||||
!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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user