summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-03-25 21:10:00 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2020-03-25 21:10:00 +0100
commit61cf2ac2a59ca57c5609c4735029c4a376a6a0ec (patch)
tree79eeec83d7739dca5525627f8fe76205c19f8ef7
parent06807bf36f9dde1e3f19eef746bc83f55da3b934 (diff)
bump product version to 6.4.3.1
Change-Id: Ic105348ea87286e4ce19eab9399d8fa7abd32428
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f0ec1f413ce0..c0a09f194bf2 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.3.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.4.3.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