configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5357f69c271ff0c0a7d10dc3371047f5200f0187 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Tue May 28 13:28:27 2024 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue May 28 13:28:27 2024 +0200
Bump version to 24.04.3.2 Change-Id: Ic7eeba9c36ab51ea30855b3cf9e4495bd7356a89 diff --git a/configure.ac b/configure.ac index 3a76d4ad8608..3bd2b84f34d3 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([Collabora Office],[24.04.3.1],[],[],[https://collaboraoffice.com/]) +AC_INIT([Collabora Office],[24.04.3.2],[],[],[https://collaboraoffice.com/]) 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