diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-04-17 20:59:52 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-04-17 20:59:52 +0200 |
commit | a4f2730727e5c52cf44bb865cfdd7a8e79ef082e (patch) | |
tree | 39d492294ca128477b7f36b94fcf14b38056cf48 /configure.ac | |
parent | d221ef42fc8db7c3c56f2883eec3b594b46567c0 (diff) |
bump product version to 6.0.5.0.0+
Change-Id: Idc75c4d0891448576fff71a84b2b3b42fc8a78ad
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 4e50fe94a4e8..d0f0cbdf0e07 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.4.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.0.5.0.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |