diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-07-09 18:15:23 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-07-09 18:15:23 +0200 |
commit | 52625ea473c7b15ace280db67667970b4784ab44 (patch) | |
tree | 6bf2c8ec26e3e5157daa9dc0f66082ffde4a2886 | |
parent | 8a262b50f401a27c342e0f763fae24ef26583678 (diff) |
bump product version to 4.2.6.1
Change-Id: I7b5c7fa7fcb6c05f41e65fe3f01744505fb61e41
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa6f483a724c..c5998bb9d5e1 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.6.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.2.6.1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |