]> git.lyx.org Git - lyx.git/commitdiff
Beta 5
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 31 Aug 2023 05:10:20 +0000 (01:10 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 11 Jan 2024 16:02:59 +0000 (11:02 -0500)
configure.ac

index d93bf4eb36a43632c795b7cc65fff9dd6c6fa3e8..9e99f816843f39897e64b3bd7ddb25e03a475ceb 100644 (file)
@@ -1,9 +1,9 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT([LyX],[2.4.0~RC1.devel],[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT([LyX],[2.4.0~beta5],[lyx-devel@lists.lyx.org],[lyx])
 AC_PRESERVE_HELP_ORDER
 # Use ISO format only. The frontend needs to parse this
-AC_SUBST(LYX_DATE, ["2023-06-26"])
+AC_SUBST(LYX_DATE, ["2023-08-31"])
 AC_PREREQ([2.65])
 AC_CONFIG_SRCDIR(src/main.cpp)
 AC_CONFIG_HEADERS([config.h])