]> git.lyx.org Git - features.git/commitdiff
installer: preparations for LyX 2.1
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 3 Dec 2013 23:05:20 +0000 (00:05 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 3 Dec 2013 23:05:20 +0000 (00:05 +0100)
development/Win32/packaging/installer/lyx-bundle.nsi
development/Win32/packaging/installer/lyx-standard.nsi
development/Win32/packaging/installer/lyx.nsi
development/Win32/packaging/installer/settings.nsh

index 2f33623c0737ab2218a3b8b605a89d4a48f680e1..1adb0a526e2dad6f2642a3ed6dfda5773d9015d8 100644 (file)
@@ -1,6 +1,7 @@
 /*
-LyX 2.0 Installer for Windows
-Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
+
+NSIS Script - LyX 2.1 Installer for Windows
+Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
 Compatible with NSIS 2.46
 */
 
index f18a0f9d6409c58f86db36c942918ac389783243..248c334176229967a3fc29d3dc4468e22584c345 100644 (file)
@@ -1,6 +1,6 @@
 /*
-LyX 2.0 Installer for Windows
-Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
+NSIS Script - LyX 2.1 Installer for Windows
+Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
 Compatible with NSIS 2.46
 */
 
index bd4b9835bf06676b1c0484bfe3678615735d1d5e..e378c6353894d6ea23909e3a09be62d84f579805 100644 (file)
@@ -1,6 +1,6 @@
 /*
 
-NSIS Script - LyX 2.0 Installer for Win32
+NSIS Script - LyX 2.2 Installer for Win32
 Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
 Compatible with NSIS 2.46
 
index a5d00bf97441d8cdc2872b41ae1d97a20c6637b9..2beb288b453f84bf1db85f503623bd092169fb10 100644 (file)
@@ -10,8 +10,8 @@ These typically need to be modified for each LyX release
 # Version number
 
 !define APP_VERSION_MAJOR 2
-!define APP_VERSION_MINOR 0
-!define APP_VERSION_REVISION 6
+!define APP_VERSION_MINOR 1
+!define APP_VERSION_REVISION 0
 !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 1 # Start with 1 for the installer releases of each version