diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-06-12 10:27:47 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-06-12 10:27:47 +0200 |
commit | 8011c5c5b7947d7f1436167e1c0023414068b0c1 (patch) | |
tree | 1f25df82df99df3b38bfa96d7e0d4fc0963f0f35 | |
parent | 0a2ce4a24fadd2fa6358a83e7f6107c2f95a7260 (diff) |
bump product version to 4.2.5.2.0+
Change-Id: I4e07b6a8adda92c60b3aa3626e45475524a29709
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bb011dd8c62f..c812cdf11a21 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],[4.2.5.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.2.5.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |