configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 41bbd0a10095984198af9dc464fe95a84dc8a936 Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Wed Aug 2 10:36:48 2023 +0200 Commit: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> CommitDate: Wed Aug 2 10:36:48 2023 +0200
Release 6.3.6.27 Change-Id: Ic3c2d97e4c64fa67df90aaf637e8ec1f43dd4dfe diff --git a/configure.ac b/configure.ac index 055fbaae4048..85ea8ecfc58c 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.26],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.3.6.27],[],[],[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