summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-09-23 18:27:26 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-09-23 18:27:26 +0200
commitb4fcdd75b0a2b7e38d0e1301ac799df475c64087 (patch)
treef20f6b11e849e2d2938454e2e028d67aa8fd6ab0
parentBranch libreoffice-6-4-7 (diff)
downloadcore-b4fcdd75b0a2b7e38d0e1301ac799df475c64087.tar.gz
core-b4fcdd75b0a2b7e38d0e1301ac799df475c64087.zip
bump product version to 6.4.7.1.0+
Change-Id: I3e3756a44f28faf4c6d1ab4f03686c025ef1568a
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5e309fd30ac7..3795b74f2bce 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],[6.4.7.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.4.7.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