]> git.lyx.org Git - lyx.git/commitdiff
Prepare for RC2
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 5 Feb 2024 03:01:46 +0000 (22:01 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 5 Feb 2024 03:01:46 +0000 (22:01 -0500)
configure.ac

index 0006a0cc1f69082addaffa3e82d459a479bd2758..8ebca9d3d1cab1fb3303de2af3ad7e0ebd380349 100644 (file)
@@ -1,9 +1,9 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT([LyX],[2.4.0~devel],[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT([LyX],[2.4.0~RC2],[lyx-devel@lists.lyx.org],[lyx])
 AC_PRESERVE_HELP_ORDER
 # Use ISO format only. The frontend needs to parse this
-AC_SUBST(LYX_DATE, ["2024-01-11"])
+AC_SUBST(LYX_DATE, ["2024-02-04"])
 AC_PREREQ([2.65])
 AC_CONFIG_SRCDIR(src/main.cpp)
 AC_CONFIG_HEADERS([config.h])