configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5acf31d950b43e7c8ba55c4a46768170d20b9c30 Author: Aron Budea <aron.bu...@collabora.com> AuthorDate: Mon Jun 17 13:58:04 2024 +0200 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Mon Jun 17 13:58:04 2024 +0200
Bump version to 7.6.7.3 Change-Id: I547bf0d4c6f6e67a0bf66bdd4a3789626c20e11f diff --git a/configure.ac b/configure.ac index 78b36d57c82d..e7f6db397644 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.6.7.2],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.6.7.3],[],[],[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