configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f9e9714f9c27f3608b7c19f361aff6af98a7cad6 Author: Aron Budea <aron.bu...@collabora.com> AuthorDate: Fri Mar 29 00:52:19 2024 +1030 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Fri Mar 29 00:52:19 2024 +1030
Bump version to 7.3.7.2.M9 Change-Id: I245b17cedfbc84a1224f998b24e1f30d4c892d23 diff --git a/configure.ac b/configure.ac index 2568674a71f5..c0f0d23ba16a 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.M8],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.3.7.2.M9],[],[],[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