summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-08-12 15:23:59 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-08-12 15:23:59 +0200
commit2137516b5c877b09dd7e8cd1e9312b1efae66b87 (patch)
tree7b20eb815a8d36828e1e269898edf8b2076156b2
parentd94e7be17a07d1b2fe73934bdd2865e68e343aa1 (diff)
bump product version to 7.0.1.1.0+
Change-Id: I7db012f5c380e28422f8c5930e06c8b5824f56c2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a233c332ee85..ce524142a1a6 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.1.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.0.1.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