summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-10-27 12:46:49 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-10-27 12:46:49 +0200
commit6f75ee56f84619f9b67fb35d93fe6b567fb192df (patch)
tree3c17aa8097d11542ea7a095f3bdfd51d4a30160c
parentupdate credits (diff)
downloadcore-6f75ee56f84619f9b67fb35d93fe6b567fb192df.tar.gz
core-6f75ee56f84619f9b67fb35d93fe6b567fb192df.zip
bump product version to 7.1.7.2
Change-Id: I3ab3f81ccad89622c8a82555658cf80d16288eae
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f482f46355ef..04886743bb46 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.1.7.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.1.7.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