configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b68b258ceb8b43bc0874a09b576ecb58fcf95b5c Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Tue Nov 21 13:29:36 2023 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Tue Nov 21 13:29:36 2023 +0100
bump product version to 7.5.10.0.0+ Change-Id: I4cd8ed2011ede1e6ea04e3dbe369d3af78201f93 diff --git a/configure.ac b/configure.ac index bdd08abeeeb5..0ea135df01e0 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.5.9.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.5.10.0.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