diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-09-17 15:32:58 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-09-17 15:32:58 +0200 |
commit | 98c90579f964f411937855e1a7efc08d45c6ecec (patch) | |
tree | 6f6f4504f07bba2df4c3e707089d7e82b896c316 | |
parent | 14bcbaa790182ae7a9bc5bfabc91683d37dea7a3 (diff) |
bump product version to 5.0.2.2
Change-Id: I75d42b80a5926fa19481ab652f32526c58e986eb
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6724c2043cf3..f72d921c6a53 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.2.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.0.2.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |