summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-01-21 23:32:29 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-01-21 23:32:29 +0100
commit51eb546578798102751914a4aca3ac0039f427c8 (patch)
tree4741a099d6604dbd1b55b54355bae47219f3bd4c
parent6de224840064dc8feb73e169b2d78670d3ec3d54 (diff)
bump product version to 6.4.0.3libreoffice-6.4.0.3
Change-Id: I6618b804e007fe8b44a123316ad501896a4d61cf
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 007da868a87b..1e4724a60622 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.2.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.4.0.3],[],[],[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