diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-12-11 03:29:12 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-12-11 03:29:12 +0100 |
commit | ccd485b72e42aeabfa022dbdbf0c10f9aa06a691 (patch) | |
tree | c53f40eed53ec51e8ba80afcd3ee4e65340f5886 | |
parent | c8e069efa6a01732f656831b21329b19568c266d (diff) |
bump product version to 5.0.4.2
Change-Id: Ibc09fdc127232588dd69bf134b44f58af41475f9
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fa301fcc037c..330dade7be96 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.0.4.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.0.4.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |