]> git.lyx.org Git - features.git/commitdiff
installer: new release because of bug #9733
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 11 Oct 2015 23:01:30 +0000 (01:01 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 11 Oct 2015 23:01:30 +0000 (01:01 +0200)
development/Win32/packaging/installer/ChangeLog.txt
development/Win32/packaging/installer/settings.nsh

index 314afc2acc66942aa3be5a4642079d0216a22ad3..7ba18100062de5c134de81a0c71cf444d7962ba0 100644 (file)
@@ -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)
index b591c6a1dee778d0a2053f3750b6c26895c87b10..8fbd9522e352ef8ec7c4d494612ff3b59c996590 100644 (file)
@@ -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