summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-11 13:14:41 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-02-11 13:14:41 +0100
commit0a83345b6b0aec326857582f69fa639d8c26e242 (patch)
treed83083a56acff02b9d234a0d338adf4df49c6d4a
parent8001e7e0bf5eee2e3708552a6f8d59abd28a8a31 (diff)
bump product version to 6.3.5.2
Change-Id: I2576f011a1e2be5abcb7a75852d358e423cd9430
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c401acb0907..bb17f3ef95a9 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],[],[],[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