summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-11-28 13:24:42 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2023-11-28 13:24:42 +0100
commita8dd77be79c7a198ad623adc5bc8e42452fcc7ad (patch)
tree0536e545b7749652bc1daaeb07880a501ffdbe4e
parentd87ca82558703bcb4275d001306c1ef4bc39bd2f (diff)
bump product version to 7.5.9.2.0+ libreoffice-7-5-9
Change-Id: I286f0a55de47fee9fb1a9444d21b0a5de77eb6ef
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c9b2c9ee72c9..6d39c11d1c6a 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.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