diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-10-22 01:02:16 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-10-22 01:02:16 +0200 |
commit | 31276ab0a30507ce21f4f6bb081b7a87529c2f41 (patch) | |
tree | 9bd15be1803d38c82f24248a9b991ce9a81320cc | |
parent | cec31fdedd7c94f4ebf903a66456a75867db22b0 (diff) |
bump product version to 6.2.0.0.alpha1
Change-Id: I230a969bd89838aa476ed6e1b1d216d6649281af
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 334c4c10759a..0ddea6b0180f 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.0.0.alpha0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.2.0.0.alpha1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |