summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-09-01 20:31:29 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-09-01 20:31:29 +0200
commitcac05a889b1930593ba2ef6eb3e718b2bed5b468 (patch)
treeaaadc9d50e1c2a496cd55978561a45b6d4b50fd2
parent105e241b0173bd4e110a73f1f9306616fb64a69b (diff)
bump product version to 7.1.6.2.0+libreoffice-7-1-6
Change-Id: Ibb4ca00b22fcc7b95c2ed68a5735a79c67cdd07c
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2fc6a1ebca86..004daa3572d7 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.6.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.1.6.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