summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-07-09 17:33:26 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-07-09 17:33:26 +0200
commitc7e0d552915667ab364ec719f2e6f79f9cb1b78c (patch)
tree8a0b456baa55255b8272b694538f3525eadcf471 /configure.ac
parentd869ef40f649f200de9e6d6d2a99ce35f1391eea (diff)
bump product version to 7.2.0.1.0+
Change-Id: I2f5ce8853d7d2578e1a2694ecff610d573fc9dfa
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1bd3fb28e22c..36fd7876307a 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.0.0.beta1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.2.0.1.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