diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-01-26 23:22:37 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-01-26 23:22:37 +0100 |
commit | 483be6f383e6787ebfcf3662333cc5a3798c7d2e (patch) | |
tree | 4dce649cf01562b3a09d9004794a093e521dfeb1 | |
parent | e77cd8495b88f6da773777909391562ee07055e1 (diff) |
bump product version to 5.3.0.3
Change-Id: I35344bfe27aafad324044d109320121aec9dbf45
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f485d7449bef..ffc8a14dcb64 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.0.2.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.3.0.3],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |