diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-07-22 23:07:37 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-07-22 23:07:37 +0200 |
commit | fd772bf2cf59d9bcd5e4819a9b4031761b5f81e2 (patch) | |
tree | 903c5917587721011dc2958d70bbf2e7b91331dd | |
parent | d3518962c11b3b1f613db14556d1ba3208a07d29 (diff) |
bump product version to 4.4.5.2
Change-Id: I25874f5439d895643340199945995aff2cb9f695
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 16c859393515..d7018801e68f 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.5.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.5.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |