win installer: info for the 2.1.3 release

This commit is contained in:
Uwe Stöhr 2015-02-09 01:19:01 +01:00
parent 2c3f673c32
commit 1defd58e46
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
Changelog for LyX-212-2:
Changelog for LyX-213-1:
- installs LyX 2.1.3
Changelog for LyX-212-2:
- fix problem that some LaTeX language packages were not installed automatically
leading to LaTeX errors when compiling LyX documents
- new spell checker for Turkish

View File

@ -11,10 +11,10 @@ These typically need to be modified for each LyX release
!define APP_VERSION_MAJOR 2
!define APP_VERSION_MINOR 1
!define APP_VERSION_REVISION 2
!define APP_VERSION_REVISION 3
!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 2 # Start with 1 for the installer releases of each version
!define APP_VERSION_BUILD 1 # 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