summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-12-21 17:41:41 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2023-12-21 17:41:41 +0100
commit24b52e263ca5868df351316a15ca1f68b7414d0b (patch)
tree1d9d112f450c8467bd45529362824e1cf1389a57
parent5f22d2116ccaea9aad324d617b7fe6a651b3215b (diff)
bump product version to 24.2.0.1
Change-Id: Ic4e5876fab6f60d0d60dfd2b93baf514d9b3b23d
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fce08fb0cac3..06d93b473980 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
# several non-alphanumeric characters, those are split off and used only for the
# ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea.
-AC_INIT([LibreOffice],[24.2.0.0.beta1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[24.2.0.1],[],[],[http://documentfoundation.org/])
dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just fine if it is installed
dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails hard