diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-03-25 15:05:55 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-03-25 15:05:55 +0100 |
commit | 8a68a2ceb2dcc32b5428bbb77e3be4bf97784bf0 (patch) | |
tree | aade0584bd7507f431ce94671904b865a67946bb | |
parent | 11fdbdc35e82be45c166234b304f54d37cd1d72b (diff) |
bump product version to 4.2.3.2
Change-Id: I76bb7f2f2d07d1fd12b463cbc81476537972f953
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 886f8997ca15..ca99692712b4 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.3.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.2.3.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |