diff options
author | Xisco Fauli <anistenis@gmail.com> | 2018-01-11 19:57:57 +0100 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2018-01-11 19:57:57 +0100 |
commit | 5b6a0f0392179af28f996a4980c6f9cecb04965a (patch) | |
tree | 4020d841ea0a68119b47acd90eed6ddfbac6269b /configure.ac | |
parent | c66fc64e49353144a204743f900191443dbff5a1 (diff) |
bump product version to 6.0.1.0.0+
Change-Id: Ifa75f323cb631c24c1825481355571ff04f50885
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 bbb47e6dcde0..54ad2966ed3d 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.0.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.0.1.0.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |