summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-09-08 19:53:10 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-09-08 19:53:10 +0200
commit403ebc7752c7d99f5e018d0a9d4504daa4bbf272 (patch)
tree60b5c716341ad9937b5f26ed28954e331fcf4376
parent98a3abe58f13c875505fded61b4a39840600b3a3 (diff)
bump product version to 7.2.1.2
Change-Id: I7b4b59bcbc96e6f5e1887821e00e97cf400ddfe2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4bb03edaeca9..c04d7cb1c844 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.1.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.2.1.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