summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-07-09 17:30:48 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-07-09 17:30:48 +0200
commitceeae7d4d7ebb040df9009f08d73d93d18e64901 (patch)
tree5b926db9bf552e05bcf31cac8212497464c84c8a
parentd869ef40f649f200de9e6d6d2a99ce35f1391eea (diff)
bump product version to 7.2.0.1
Change-Id: I8f52c1c631d6a6e680fc32ac9fa94404ca243dda
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1bd3fb28e22c..03b35e0671a3 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],[],[],[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