configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 76cc615ae6759837a093fee2c86b6e89bfb69bdf Author: Thorsten Behrens <thorsten.behr...@allotropia.de> AuthorDate: Mon Nov 1 17:43:53 2021 +0100 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Mon Nov 1 17:43:53 2021 +0100
Bump version to 6.1.7.27 Change-Id: I53fcefa45bc215cd3a0fc62f95f4a9d852c1ac46 diff --git a/configure.ac b/configure.ac index ec0b543369c3..8aee3d6d8c69 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.26],[],[],[https://libreoffice.cib.eu/]) +AC_INIT([LibreOffice powered by CIB],[6.1.7.27],[],[],[https://libreoffice.cib.eu/]) AC_PREREQ([2.59])