commit 513f79ad30b6945eda90b27abfd10e3259f64cf5
Author: Scott Kostyshak <[email protected]>
Date:   Mon Aug 14 00:39:58 2017 -0400

    Set pre-release version as beta1
---
 .../Win32/packaging/installer/ChangeLog.txt        |    6 +++---
 development/Win32/packaging/installer/settings.nsh |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/development/Win32/packaging/installer/ChangeLog.txt 
b/development/Win32/packaging/installer/ChangeLog.txt
index d7836a3..777ca40 100644
--- a/development/Win32/packaging/installer/ChangeLog.txt
+++ b/development/Win32/packaging/installer/ChangeLog.txt
@@ -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.
\ No newline at end of file
+- Support to install spell checker and thesaurus dictionaries for all 
languages supported by LyX.
diff --git a/development/Win32/packaging/installer/settings.nsh 
b/development/Win32/packaging/installer/settings.nsh
index 7bf3ee8..cd25115 100644
--- a/development/Win32/packaging/installer/settings.nsh
+++ b/development/Win32/packaging/installer/settings.nsh
@@ -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
 

Reply via email to