diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-01-17 01:17:41 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-01-17 01:18:46 +0100 |
commit | f3217ade046a723ae7ff9c729ca6691f19581ebb (patch) | |
tree | 0c95a8b03b56cedb0fb69c94415be6bd2a85e621 | |
parent | ffac20183b7986580db92ba585a80a74a8b1ef71 (diff) |
bump product version to 5.3.1.0.0+
Change-Id: I10b003c04383b0dfe3945ef7551fc6f174663f58
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 29b1eee2ca9f..b2e13e55d1d7 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.3.0.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.3.1.0.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |