summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-02-10 14:39:27 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-02-10 14:39:27 +0100
commit289958df089d85d0c0b51c99a0b1633458c5cad2 (patch)
treedf22626a415ae63d4807857efb4d07e156c81098
parentb8fca53a40b8abd49f904fedf3302768e91b55f0 (diff)
bump product version to 7.1.1.1
Change-Id: I981c959deec6306c9e5362676d85423d503b30ed
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf7d10dc01de..55415cac15e2 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.1.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.1.1.1],[],[],[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