diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-07-26 23:18:25 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-07-26 23:18:25 +0200 |
commit | cde42d6c431060cd00edecdd34c36eee63f1be5f (patch) | |
tree | c26fd0a2e48061ed5135c245dbc189298d7a72fa | |
parent | 027db54f6d3d96c0ca609f990898d55c1a8bd0b7 (diff) |
bump product version to 5.1.5.2.0+
libreoffice-5-1-5
Change-Id: I44cbb1570cfe97d8f4e8055ebdd74ee2e848c559
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7af584c8d5a0..a43004e2e816 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.1.5.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.1.5.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |