summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-12-18 11:19:09 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-12-18 11:19:09 +0100
commitfa063b2eae421b5da459ee019a9a38d11508f482 (patch)
treecc906c6d3cbdc2f56fa4e2ce7dfca4c6e39f41fa /configure.ac
parente56a2c67bd0cc6204ec50eae619c907c9026e9cc (diff)
bump product version to 6.4.0.1.0+
Change-Id: I21b5e66df3283425a678f5a204b4496007dafbf8
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 3e86ddb7f78b..049e20b774ac 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.0.0.beta1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.4.0.1.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