diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-03-26 09:55:30 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-03-26 09:55:30 +0100 |
commit | 7081da7d4eee1bfc17177b22cd052373f2cb9e9f (patch) | |
tree | be68844c85d060d79c460fe3ae2f0ae0f8308df2 | |
parent | 9ae9434662a9165aa31575448bc577e4b48db753 (diff) |
bump product version to 4.4.2.2
Change-Id: I5211dcccf59f6857282153c49c1de0b626095370
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4fb6788111e8..61a92ebf3659 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.2.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.2.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |