From e6ee31ef535bdc168e16b0baa8b97e034b41722d Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 13 May 2024 17:34:41 -0400 Subject: [PATCH] 2.4.0! --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 08221b1692..53ad4401f7 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~devel],[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT([LyX],[2.4.0],[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-04-01"]) +AC_SUBST(LYX_DATE, ["2024-05-13"]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h]) -- 2.39.5