configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a31d38b3497d4ebf53dfead97f199639165f123d Author: Aron Budea <aron.bu...@collabora.com> AuthorDate: Tue May 28 22:08:19 2024 +0200 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Tue May 28 22:08:19 2024 +0200
Bump version to 6.2.8.2.M14 Change-Id: Ibdc345ab70b708b23803356e6e8c45f7b23e7f55 diff --git a/configure.ac b/configure.ac index d71d2b3ad3c0..05ecb1bae5e3 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.M13],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.2.8.2.M14],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59])