diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-08-07 19:21:09 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-08-20 14:13:34 +0200 |
commit | 085de505bb337b4c09cedecb5f334391e304a0a6 (patch) | |
tree | 5d989ebab42b82407879065d8869381f0043c9ea /configure.ac | |
parent | 43971f2e823575ce65c1e3d451ac99301a8954ff (diff) |
bump product version to 5.0.2.0.0+
Change-Id: Ibdc0596181711e748e4b1f59ffc27629c5423e66
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 601a3cf07ce5..989f386be790 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.0.1.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.0.2.0.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |