configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 527cb563abf888fee92f6078b4bfb61fd86b64d9 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Thu May 25 22:13:20 2023 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Thu May 25 22:13:20 2023 +0200
Bump version to 7.3.7.2.M4 Change-Id: Ic68b1ebfe4284bb9aee8c650f57731b1bc65180c diff --git a/configure.ac b/configure.ac index fac7acde7c2b..13379b00ccc1 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.3.7.2.M3],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.3.7.2.M4],[],[],[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