configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bd0da356a644430fe1925e01eb429c9c3d1e884c Author: Aron Budea <aron.bu...@collabora.com> AuthorDate: Fri Aug 11 12:23:45 2023 +0200 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Fri Aug 11 12:23:45 2023 +0200
Bump version to 7.3.7.2.M6 Change-Id: I5de38f7fd7269367846887aef3decefa5c16d4e7 diff --git a/configure.ac b/configure.ac index 52205e99ac64..78f7cc94f264 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.M5],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.3.7.2.M6],[],[],[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