configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ebba6cf72a0f329c1dbd8aaf754101124feee689 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Tue Mar 18 19:50:58 2025 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Tue Mar 18 19:51:17 2025 +0100
bump product version to 24.8.6.2.0+ Change-Id: I982c317a27b9d339bab5aa1e834e3c099afacfd3 diff --git a/configure.ac b/configure.ac index 13448cee4dfd..26eaecc817ee 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.8.6.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[24.8.6.2.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