diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-10-22 01:03:32 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-10-22 01:03:32 +0200 |
commit | 8274c4c62df5b937b3f0bec9e1eeca85f3b219d4 (patch) | |
tree | 035154be2d82d75e0b07708ee7f672b76c5fbb0d /configure.ac | |
parent | cec31fdedd7c94f4ebf903a66456a75867db22b0 (diff) |
bump product version to 6.2.0.0.alpha1+
Change-Id: If6dedb58b6918d9815c47f898a8b19eb9c0d5681
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 334c4c10759a..f8a85bf02abf 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]) |