[LyX/2.3.4-4] Prepare for 2.3.4-4.

Richard Kimberly Heck rikiheck at lyx.org
Mon Feb 24 23:53:53 UTC 2020


commit 056aaf49fbad1818ae7d3be8223563c11d25bee5
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Mon Feb 24 19:12:40 2020 -0500

    Prepare for 2.3.4-4.
---
 ANNOUNCE     |    8 ++++++++
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ANNOUNCE b/ANNOUNCE
index 398b86f..d16e242 100644
--- 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
 =====================================
 
diff --git a/configure.ac b/configure.ac
index e8dfc3e..6bba546 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT(LyX,2.3.4.3,[lyx-devel at lists.lyx.org],[lyx])
+AC_INIT(LyX,2.3.4.4,[lyx-devel at 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])


More information about the lyx-cvs mailing list