diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-08-11 20:13:33 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-08-11 20:13:33 +0200 |
commit | e60eea515334680fbb5cd8226338bf4e228af90a (patch) | |
tree | 3cf44bfbd398b9560cffcc491da77bc5c1a5734f | |
parent | 35fa4744767ff29e406c9a46101dec4feb62933b (diff) |
bump product version to 5.4.1.1
Change-Id: I3bff2c6b0f5e6d8327e6862ed4a0b58841674346
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 33c4a62e7258..328d43ed5862 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.4.1.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.4.1.1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |