configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 016144629ebb97919d18513b4c1c4762b95d2cf7 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Tue Feb 8 12:12:38 2022 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue Feb 8 12:12:38 2022 +0100
Bump product version to 6.1.6.3.M17 Change-Id: Iffddff60e743f0eb3a21aaddc1bd5bc097dc04ae diff --git a/configure.ac b/configure.ac index 4275e99213c7..f390643d6aad 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],[6.1.6.3.M16],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.1.6.3.M17],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59])