configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bff9f605b3c9ea2eec7f7fd5a2f7cc356c86956c Author: Thorsten Behrens <thorsten.behr...@allotropia.de> AuthorDate: Sun Aug 28 23:39:42 2022 +0200 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Sun Aug 28 23:39:42 2022 +0200
Bump version to 6.4.0.10 Change-Id: Ib17648d2a8344e4fccad19fb1b92924ae08a66b2 diff --git a/configure.ac b/configure.ac index 687bae94c8e2..424142530df5 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([CIB Office],[6.4.0.9],[],[],[https://www.cib.de/ciboffice/]) +AC_INIT([CIB Office],[6.4.0.10],[],[],[https://www.cib.de/ciboffice/]) 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