]> git.lyx.org Git - lyx.git/commitdiff
Beta 1 2.4-Beta1
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 24 May 2021 19:07:26 +0000 (15:07 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 24 May 2021 19:07:26 +0000 (15:07 -0400)
configure.ac

index 785d5c96cd3a878da24918e8c310794053bba03f..0f1ef0bc2929d8805bbf85801fd317df4bf9b1fc 100644 (file)
@@ -1,9 +1,9 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT([LyX],[2.4.0dev],[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT([LyX],[2.4.0-beta1],[lyx-devel@lists.lyx.org],[lyx])
 AC_PRESERVE_HELP_ORDER
 # Use ISO format only. The frontend needs to parse this
-AC_SUBST(LYX_DATE, ["2021-02-14"])
+AC_SUBST(LYX_DATE, ["2021-05-24"])
 AC_PREREQ([2.65])
 AC_CONFIG_SRCDIR(src/main.cpp)
 AC_CONFIG_HEADERS([config.h])