summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-20 22:43:31 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-20 22:43:31 +0100
commit90805fe34b48195745941a05f6e2a373591aec62 (patch)
tree61d2487b7666ae0022d00d76c3d35f016b312ac2
parent1d51690ffd51cff963a3b083abb288f505f5cc64 (diff)
bump product version to 6.4.1.2
Change-Id: I6e958cb853a3fbc9ef76d8c90638132b71792175
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d56a908c0aa2..b626d2cf3b11 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],[],[],[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