diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-27 21:55:46 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-27 21:55:46 +0100 |
commit | 46d79442472e2b8dd2094cbde7ca6c335242b4f5 (patch) | |
tree | 492f1ef534e5a4b13ae5f6c48ce23ebd8954de29 | |
parent | 249d2e11b0118319f2d449073be5ea7d1d2f29a8 (diff) |
bump product version to 4.4.6.3
Change-Id: I46d2a2ca31622e3cb4dfb9cfe66cd1d321d43f8a
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dbe46e651de3..a526aaaba241 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.4.6.2.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.6.3],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |