diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-11-25 13:55:20 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-11-25 13:55:20 +0100 |
commit | 0908ce16b8859a50d166e567a5bc0dcc13429321 (patch) | |
tree | 501b14211273d6870132909faccc3025ce83ae5c | |
parent | 30b0bca5426f1728ad5d6b74f2525c1562fbda03 (diff) |
bump product version to 4.4.7.2
Change-Id: I961e9116f9469ede8ba0b72c126707df34f1d45e
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 306c6654c6dd..c6a4ebfc664d 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.7.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.7.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |