summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-11-28 13:22:09 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2023-11-28 13:22:09 +0100
commit6cc2d3f10d009f529cebb978321539d1c945f1f3 (patch)
treec32085e719b2ee6988f8e27e06325633172263e1
parentd87ca82558703bcb4275d001306c1ef4bc39bd2f (diff)
bump product version to 7.5.9.2
Change-Id: I39a0bacf61267b843216dabe559fa6b93385588f
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c9b2c9ee72c9..03c8d6c6aecf 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],[7.5.9.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.5.9.2],[],[],[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