diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-10-29 20:55:20 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-10-29 20:55:20 +0100 |
commit | ca6b6a452671a0a6272b34a8bccc1c63d29afd0f (patch) | |
tree | 6841f3071feba17ae0c39f6b6bdae8fa5c24bd47 | |
parent | 9e5b99a776073aceb9dac7d428c1624bf8429601 (diff) |
bump product version to 6.1.3.2
Change-Id: Ie3a3e4ce81bbeb2f5dcd04eae583f2bff57c9c14
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 67ebe0c96e62..2eb090f5f292 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.3.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.1.3.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |