summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2022-04-26 10:25:36 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2022-04-26 10:25:36 +0200
commite0e383fd26b4af27e90eddae3ded6a1e78d8d01f (patch)
treee4bea8924b86da675879f8a3f723465df3616215
parentExtend UNO API for custom jump lists (diff)
downloadcore-e0e383fd26b4af27e90eddae3ded6a1e78d8d01f.tar.gz
core-e0e383fd26b4af27e90eddae3ded6a1e78d8d01f.zip
Release 6.3.6.16
Change-Id: Id264d8c79b515eaedb15a8434cdbd47ca5314101
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 784418b6027d..0fbca56b268b 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.6.15],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.3.6.16],[],[],[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