configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3cc24119aa473b189fc134b74b9a2cd38e88e658 Author: Thorsten Behrens <thorsten.behr...@allotropia.de> AuthorDate: Mon Mar 3 02:56:55 2025 +0100 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Mon Mar 3 02:56:55 2025 +0100
Release 24.2.10 Change-Id: Iae5a8972b1db64d0bd00f50759c81ec3c6102fe3 diff --git a/configure.ac b/configure.ac index c5dc97845e4d..5d6c9628168e 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],[24.2.9.0],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[24.2.10.0],[],[],[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