configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2db0fca74a489ec94b0a8f433745aa25eb4913ca Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Tue Feb 8 12:10:55 2022 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue Feb 8 12:10:55 2022 +0100
Bump product version to 6.2.8.2.M8 Change-Id: Ife016000198f2d9824c4f1f3869d21326ee04e67 diff --git a/configure.ac b/configure.ac index 786f9dce9054..73e4cbfc2b7f 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.2.8.2.M7],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.2.8.2.M8],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59])