summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-11-17 00:05:51 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-11-17 00:05:51 +0100
commit2bfa24641659af989a7ce234d59f6d9b2f50adb9 (patch)
treecb9b7d2bf4006761f55839a3da2f22281d53bcf0
parente467adb18888f8f2663e998086e97d609a52079d (diff)
bump product version to 7.6.3.2
Change-Id: I2a04b586b4d5361e2edec26d1c6dca2dc394129e
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4adc8d52e0eb..6313193b6520 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.6.3.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.6.3.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