configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 038779349fafacbf3a81ba9a833f6647fec6f546 Author: Thorsten Behrens <thorsten.behr...@allotropia.de> AuthorDate: Tue Dec 21 11:24:28 2021 +0100 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Tue Dec 21 11:24:28 2021 +0100
Bump version to 6.1.7.29 Change-Id: Ie13074ae7e8a82f2146520aaf9218e2888ba0437 diff --git a/configure.ac b/configure.ac index a37e91860bdd..627e5ddba650 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 powered by CIB],[6.1.7.28],[],[],[https://libreoffice.cib.eu/]) +AC_INIT([LibreOffice powered by CIB],[6.1.7.29],[],[],[https://libreoffice.cib.eu/]) AC_PREREQ([2.59])