summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-20 22:44:12 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-20 22:44:12 +0100
commit24efa49127dcfb5e1d75527f1020c3123f565871 (patch)
tree5084f29c26536296b709bf8e9285be713896950d
parent1d51690ffd51cff963a3b083abb288f505f5cc64 (diff)
bump product version to 6.4.1.2.0+libreoffice-6-4-1
Change-Id: I2eb58f4b35ca7833c7c74d099090ba4e3ea5ab47
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d56a908c0aa2..15c32889ad32 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.1.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.4.1.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