summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-04-27 22:07:03 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-04-27 22:07:03 +0200
commit50ccb578f5b152a5839d287e18b187b2bef4e216 (patch)
tree2a0cf2e89c584b9e394b972f0efd8cd8ac98b289
parentassume IFrame script/macro support isn't needed (diff)
downloadcore-libreoffice-7-5-3.tar.gz
core-libreoffice-7-5-3.zip
bump product version to 7.5.3.2.0+ libreoffice-7-5-3
Change-Id: I09f89a5bb0a1a68229eec9e60c0117a4047f380a
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dc0a9219430f..27aec67571ac 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.3.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.5.3.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