diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-01-22 21:04:43 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-01-22 21:04:43 +0100 |
commit | 33c9714077c6eb156cdc1c58babacab2de8b56a3 (patch) | |
tree | aee55b2961bba52105f434e9469f56aee8ea1c2d | |
parent | 89b9eb07c8b8b8abc728f3ed1e719ddd27898006 (diff) |
bump product version to 4.4.0.3
Change-Id: Idecfa8076d6f36a4ef381cba941af3a5eaf129d3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 76eb0b18a4ea..2d085739f36d 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.0.2.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.0.3],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |