configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 38b0f36eef3a48a2b1ecbca91cb8fc396e2e4ad3 Author: Thorsten Behrens <thorsten.behr...@allotropia.de> AuthorDate: Thu Feb 24 19:09:29 2022 +0100 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Thu Feb 24 19:09:29 2022 +0100
Bump version to 6.1.7.31 Change-Id: I90b21d25ee257d06eaa66ee3b4a75333145cd811 diff --git a/configure.ac b/configure.ac index 62579de3b8b7..51fa1bd263df 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.30],[],[],[https://libreoffice.cib.eu/]) +AC_INIT([LibreOffice powered by CIB],[6.1.7.31],[],[],[https://libreoffice.cib.eu/]) AC_PREREQ([2.59])