diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-03 18:47:22 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-03 18:47:22 +0200 |
commit | 2da2693522218051176f462d9cf09a293c248e95 (patch) | |
tree | 056921ffbb2817388987ffc07fa8499caf030ff9 | |
parent | 3b6d36eb02f894b348a1132d6e49cb5b6e2a6a2b (diff) |
bump product version to 5.3.3.2.0+libreoffice-5-3-3
Change-Id: I181ce9f9b6f6e0bbfc62f49b5969dd59bc4f2c4c
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 79dab87ce252..35c90b8d96c6 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.3.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.3.3.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |