summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2022-08-02 16:01:52 +0200
committerGabor Kelemen <kelemeng@ubuntu.com>2022-08-02 16:01:52 +0200
commit39c97c8cf27b539eaea67b42d60b78daa2ef061d (patch)
treec141528603e7f87b1a3fc9d3ad96099389ae4945
parentPDF export: skip pointless downsampling for very small images (diff)
downloadcore-39c97c8cf27b539eaea67b42d60b78daa2ef061d.tar.gz
core-39c97c8cf27b539eaea67b42d60b78daa2ef061d.zip
Release 6.3.6.18
Change-Id: I9f5419642ac9559e37652bc7353d9914e45cffd6
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e13ab49fb0cd..e3fc4bee583a 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.17],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.3.6.18],[],[],[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