diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-06-20 00:28:16 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-06-20 00:28:16 +0200 |
commit | 19f27fa10f6baeb4b5ad0f9e3b52db7c64ed5b4c (patch) | |
tree | 30c1cbb33b6d6473049c2a3999e70f1dad0903b1 /configure.ac | |
parent | e8faa165a5ff448b8db680927aea8066e8f9799c (diff) |
bump product version to 6.0.5.2.0+libreoffice-6-0-5
Change-Id: I988ea25b234a4a6b063a0135af7adcd45ce43104
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9c946f0a9aeb..fe17102b123c 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],[6.0.5.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.0.5.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |