diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-08-24 18:26:23 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-08-24 18:26:23 +0200 |
commit | 9efb8d585e387813d9f3d296c685c5dc8b569ef1 (patch) | |
tree | e367b34b8d01b84ad34de37ec04fd784085d054b | |
parent | 1fec3b4ff9b823f9a19dae0da883b20f8980a7f0 (diff) |
bump product version to 6.1.1.1
Change-Id: I2e0029cc3a94c8ac707190e5b1eddee3b6dd42f0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 64d6eaa54cfc..466f701f71ed 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.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.1.1.1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |