diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-01-07 19:37:57 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-01-07 19:37:57 +0100 |
commit | fe5bb4da5e4a9d623e4be389893e07d20bf0173f (patch) | |
tree | 9a2eeb6700962175131c9b7b8b7643586311c6e8 | |
parent | eabd000697c136fccf4be5e7fbdb20f3101de7a1 (diff) |
bump product version to 4.2.0.2
Change-Id: I87340bd0e60fd1dc7db968888a2799e209eecabd
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 75d0054e9172..f69ba940aba4 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.0.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.2.0.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |