diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-09-10 22:09:26 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-09-10 22:09:26 +0200 |
commit | fbdfe156420a448ac185911c9c2da53a4c5b4471 (patch) | |
tree | c4753aa7ad154080b371efe5daa69f0ba00d70c8 /configure.ac | |
parent | c51a113b30d02e51f16484faa2550d56880f453b (diff) |
bump product version to 6.1.1.2.0+libreoffice-6-1-1
Change-Id: I5077c7e7356aebc524c435dec0aa0a1e75e3766e
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 1c66623561f7..133482123bf0 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.1.1.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.1.1.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |