summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-03-11 17:18:25 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-03-11 17:18:25 +0100
commit4fb88a77503cc3b444d248c8f96a6f1722ef2647 (patch)
tree9ca4c479733306694398f27e3b75dedb6a33993d
parent93f9277eceb0c9cb5b699f30de8ff299283a1137 (diff)
bump product version to 6.4.2.2
Change-Id: Id22d864ffc09087abf73ef78451ac2b3471c55f2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c18a95a74de0..90f2f2d5748c 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.2.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.4.2.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