summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-02-17 20:56:34 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-02-17 20:56:34 +0100
commit84dc428851e978604fc6e9add4151bf96d63fddf (patch)
treeb55730287f2118b81d6289c299a67e7eafe4f171
parent05ebfae3eb198900e6ecbbff32b671b3b6e33426 (diff)
bump product version to 7.0.6.0.0+
Change-Id: I833cdcda1ef1c84f5d059f182d135fb09df85f4b
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2bc63657d7f7..c5050c18a8d8 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.0.5.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.0.6.0.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