From: Richard Kimberly Heck Date: Fri, 31 May 2024 23:43:36 +0000 (-0400) Subject: Begin 2.4.1 development X-Git-Tag: 2.4.1~65^2~1 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d752ba33764c7273f76bd6e9bc6798d8c1ae7e16;p=lyx.git Begin 2.4.1 development --- diff --git a/configure.ac b/configure.ac index fa5bda2bbd..9c6a48329c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT([LyX],[2.4.0],[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT([LyX],[2.4.1-devel],[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-05-25"]) +AC_SUBST(LYX_DATE, ["2024-05-31"]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h])