summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-11-04 16:50:18 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-11-04 16:50:18 +0100
commit92b913628074ff8a8c21a4da82831c5f8c52945a (patch)
tree964b25810158b3f338bdf5698b28ca374c6d9d77
parent1a59a243541afc364b83c74b3d211f87a988bfff (diff)
bump product version to 7.2.3.1
Change-Id: Ie2fdfe9a868da9e04c65de4fbc5777cc048f25a1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3c4e92dca78a..d9ec796efab2 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.2.3.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.2.3.1],[],[],[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