configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c027d7f2e31e12c92edd03ba5eaf552c4e438ae2 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Tue Feb 8 12:14:57 2022 +0100 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue Feb 8 12:14:57 2022 +0100
Bump version to 6.0.7.3.M2 Change-Id: I9761022aaea0b1c2dd42b5c8aecc129ef2b17c2c diff --git a/configure.ac b/configure.ac index 76ddd1d2eea9..f44beb0ef97d 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.0.7.3.M1],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.0.7.3.M2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59])