summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-28 19:46:53 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-28 19:46:53 +0100
commitd630cec38cfbb986aaa8f70af17d350754ff1ec5 (patch)
treee484b2d88ec16f5d285271eb37ee83ca22c2a86b /configure.ac
parent4b0dac479ac3ddfc206fe98d66a2d41cc6559c5d (diff)
bump product version to 6.4.3.0.0+
Change-Id: I8f102ccd43554b4088cc45290cd0b1911c4d25d6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a2a06858c1c2..2ef84e8a4a95 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.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.4.3.0.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