summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-12-06 13:01:57 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-12-06 13:01:57 +0100
commit1a7e96d4eab846141818e002bbb1de2c2d11bccb (patch)
treee98f7e09bc2f4fc96c7fbe1dfb92ddfa3b79edc8
parent7d3d19ab76ff0acb948431c1792561a466bcd2d9 (diff)
bump product version to 7.2.5.0.0+
7.2.4 was done hotfix-style on top of 7.2.3.2 Change-Id: I58ee9f66f4cddc85d02a45a57f0361d0a871dbcd
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ff2b41e7c15c..7d5e358754ff 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.4.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.2.5.0.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