summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-01-26 12:15:37 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-01-26 12:15:37 +0100
commitc61a5ddc0034ec4c33f475b88fecff340f0fdcb2 (patch)
tree444b4618e199cba4cd15b038b3f51e94604a00aa
parent11957f2e8def67f7505b0a57c97c2cb349047eec (diff)
bump product version to 24.2.0.3.0+ libreoffice-24-2-0
Change-Id: Icb7ad270d93b5fc5d91641fa6a7ab770b2e8dcd7
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb27813f0583..202d212e19e7 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.2.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[24.2.0.3.0+],[],[],[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