]> git.lyx.org Git - lyx.git/commitdiff
Prepare for 2.3.4-4. 2.3.4-4
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 25 Feb 2020 00:12:40 +0000 (19:12 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 25 Feb 2020 00:12:40 +0000 (19:12 -0500)
ANNOUNCE
configure.ac

index 398b86f31d1202e6fd2e83659b85ce2d884bc902..d16e2420503e1247af9bde7518618b905e526390 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,3 +1,11 @@
+Public release of LyX version 2.3.4-4
+=====================================
+
+This release fixes bug #11750, which prevents the LyX configure process
+from properly detecting TeX files on Windows. Only Windows users will
+need to upgrade to this version.
+
+
 Public release of LyX version 2.3.4-3
 =====================================
 
index e8dfc3e8c89800827399239d82a18b90b529ad87..6bba5461656a01b98fc2abceb6d8e9b5ac62e6e9 100644 (file)
@@ -1,9 +1,9 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT(LyX,2.3.4.3,[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT(LyX,2.3.4.4,[lyx-devel@lists.lyx.org],[lyx])
 AC_PRESERVE_HELP_ORDER
 # Use ISO format only. The frontend needs to parse this
-AC_SUBST(LYX_DATE, ["2020-02-14"])
+AC_SUBST(LYX_DATE, ["2020-02-24"])
 AC_PREREQ(2.65)
 AC_CONFIG_SRCDIR(src/main.cpp)
 AC_CONFIG_HEADERS([config.h])