diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-06-08 16:42:37 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-06-12 14:18:02 +0200 |
commit | 893fe19fcdf5d3edefc4b19a021ebc2b11f5ab9f (patch) | |
tree | 357d2f1e63b47d59272907d46a220db2d7b1074e /configure.ac | |
parent | d4d737d5616f1246e770c1a377fba9288e6ec7ea (diff) |
next version will be 6.0, not 5.5
Change-Id: Iaf10adce17f129c564e1f1ba4ca811b9274618fc
Reviewed-on: https://gerrit.libreoffice.org/38575
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins <ci@libreoffice.org>
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 4a96e9370c7e..b8496c2f5fb9 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],[5.5.0.0.alpha0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.0.0.0.alpha0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |