diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-08-22 20:29:33 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-08-22 20:29:33 +0200 |
commit | ae7142785612f3cf89553a6debe1af3573f6b972 (patch) | |
tree | d93d5beed19f9eee8b5282b969c0553eddc39219 | |
parent | 44141e915d69d5b8bb32a8e4b7b30136e201cbc0 (diff) |
bump product version to 5.3.6.1
Change-Id: Iae61a368f94f0bc356ad2988652584e4ce30afec
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 082b1d7fd063..6c59f3215bfd 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.6.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.3.6.1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |