configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit faeb26b29b6f4877dc9b469b4a75a189ab66c9bf Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Mon Dec 9 22:35:10 2024 +0100 Commit: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> CommitDate: Mon Dec 9 22:35:10 2024 +0100
Release 24.2.8.0 Change-Id: I37d64bae9b6ee919bba5a81584db2da84f16a274 diff --git a/configure.ac b/configure.ac index 1d1a80ca09b0..671c86553b90 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.7.2],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[24.2.8.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