diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-05-27 12:55:58 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-05-27 12:55:58 +0200 |
commit | 4bec0192aa2255b5c67ebd42965b9cd4b3c0ab52 (patch) | |
tree | e563ecd53d2c9c682fea4aebcf44ef7381869328 | |
parent | 98bf0346327cd3cdfa9fd68cd972ff21e4881e7c (diff) |
bump product version to 4.4.4.1
Change-Id: I5ac8552dfad8798e568e59a91d9b01e19e831817
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 56bce20c4c04..d0d066f1212e 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.4.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.4.1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |