Set pre-release version as beta1

This commit is contained in:
Scott Kostyshak 2017-08-14 00:39:58 -04:00
parent 7e1afece00
commit 513f79ad30
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Changelog for LyX-230-alpha2:
- installs LyX 2.3.0 alpha2
Changelog for LyX-230-beta1:
- installs LyX 2.3.0 beta1
- updated to MiKTeX 2.9 build 6361
- updated to ImageMagick 7.0.6-2
- updated to Perl 5.24.2.1
@ -422,4 +422,4 @@ Changelog for LyX-204-1:
- It is now possible to install LyX also without administrator privileges.
(Note that the support for the image file formats WMF and EMF can only be installed if LyX is installed with administrator privileges.)
- Added support for multiple indexes in LyX documents
- Support to install spell checker and thesaurus dictionaries for all languages supported by LyX.
- Support to install spell checker and thesaurus dictionaries for all languages supported by LyX.

View File

@ -12,7 +12,7 @@ These typically need to be modified for each LyX release
!define APP_VERSION_MAJOR 2
!define APP_VERSION_MINOR 3
!define APP_VERSION_REVISION 0
!define APP_VERSION_EMERGENCY "alpha-2" # use "1" for an emergency release of LyX otherwise ""
!define APP_VERSION_EMERGENCY "beta-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 1 # Start with 1 for the installer releases of each version