diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-03-17 13:22:00 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-03-17 13:22:00 +0100 |
commit | 5e27cb0b5a4efaa5a4216d2d94e766054e764005 (patch) | |
tree | b89efd78aa6994827ffb66a2e155d84b7fab0caa | |
parent | 59ac5c7ded78c42532c64d6ca3d774acd357cf29 (diff) |
bump product version to 5.3.2.1
Change-Id: Ibb112db6f2b04032e2f56a8cef64e6bab625304d
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5eb20d59d9e1..d502c0009681 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.2.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.3.2.1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |