summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-11 13:15:24 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-11 13:15:24 +0100
commite65d7a92883bd76f0864f571509a03c4e5c3a8d0 (patch)
tree274b06efaba881cc1dfaad9209ab8a96ccaf78b6
parent8001e7e0bf5eee2e3708552a6f8d59abd28a8a31 (diff)
bump product version to 6.3.5.2.0+libreoffice-6-3-5
Change-Id: I9f5e57da2eb5e54b6f6a70a8e443db9528d612fc
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c401acb0907..6bd7133bd82a 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.3.5.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.3.5.2.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