diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-02-09 21:21:24 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-02-09 21:21:24 +0100 |
commit | 873169412bd36a0ce3e1305328392424a9889f65 (patch) | |
tree | d6785576e27d97d74a28cbc6e6785a447a2c28b2 | |
parent | 71cbb2588880dde6e1792cc369d3bf7a71b1ba10 (diff) |
bump product version to 4.4.1.1
Change-Id: I81b0b52cf98a57f0a0227df839ce93985f77e153
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 42dc3b4ac63e..4ae345b785c8 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.1.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.1.1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |