configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 91ae3cd2d8d77b19fdda6e819fae5f2d15395db5 Author: Aron Budea <aron.bu...@collabora.com> AuthorDate: Wed Apr 24 13:24:20 2024 +0200 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Wed Apr 24 13:24:20 2024 +0200
Bump version to 24.04.1.4 Change-Id: I94576bbd5fde3526450640cc7aeee5859d6da504 diff --git a/configure.ac b/configure.ac index 50351e596c1e..9919fc0ea251 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.1.3],[],[],[https://collaboraoffice.com/]) +AC_INIT([Collabora Office],[24.04.1.4],[],[],[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