configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 18d46dbc1117fb2055b85fccaa57b6c4e9406ed3 Author: Thorsten Behrens <thorsten.behr...@allotropia.de> AuthorDate: Wed Feb 19 10:48:12 2025 +0100 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Wed Feb 19 10:48:12 2025 +0100
Release 7.6.8 Change-Id: Ide95e1de9cd57e1d789604e3c11610ca8aed2c1b diff --git a/configure.ac b/configure.ac index b5d629467300..6eec99b2abea 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],[7.6.7.2],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.6.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