summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-09-08 19:53:52 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-09-08 19:53:52 +0200
commit4a033d6c63225c76b6664a9cf297a0f05a814b8b (patch)
tree4235a2347b511567873fd5ed0e6ce14c20825a3a
parent98a3abe58f13c875505fded61b4a39840600b3a3 (diff)
bump product version to 7.2.1.2.0+libreoffice-7-2-1
Change-Id: I0f99afed3b69d116ab26f83dd5e0cb162654b976
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4bb03edaeca9..ccdad1fbfd20 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.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