configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 139f54f805f494a9743f2fe9898d69ca771a970b Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Tue Jul 25 10:25:49 2023 +0200 Commit: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> CommitDate: Tue Jul 25 10:25:49 2023 +0200
Release 6.3.6.26 Change-Id: Ied7a8cb0f3c92b0c427b35a45a15d370d2185d2d diff --git a/configure.ac b/configure.ac index 34d5df6ca83a..55deac533ecb 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.25],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.3.6.26],[],[],[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