diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-01-12 01:55:18 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-01-12 01:55:18 +0100 |
commit | 73b6483123d3137665813b5b6e03fa7693c942c3 (patch) | |
tree | fa6a7f1b0d2aa2d89cf54f249a7895de5cc194be | |
parent | 710c06144b911d34dc52818f3117606f3c3bee63 (diff) |
bump product version to 5.2.5.1.0+
libreoffice-5-2-5
Change-Id: Idb43b0caf384217c43a3ccad3b20c58f4177b00f
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d08c25974f27..424f1d2b61f0 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],[5.2.5.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.2.5.1.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |