[LyX/master] Fix date

Richard Kimberly Heck rikiheck at lyx.org
Thu Jan 11 15:05:53 UTC 2024


commit f7f300486400f844dc19aac5bbfb519200e9b028
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Thu Jan 11 11:32:57 2024 -0500

    Fix date
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 34a0eb9..bb71081 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process with autoconf to generate configure script   -*- sh -*-
 AC_INIT([LyX],[2.4.0~RC1],[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, ["2022-01-11"])
+AC_SUBST(LYX_DATE, ["2024-01-11"])
 AC_PREREQ([2.65])
 AC_CONFIG_SRCDIR(src/main.cpp)
 AC_CONFIG_HEADERS([config.h])


More information about the lyx-cvs mailing list