diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-04-17 21:02:36 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-04-17 21:02:36 +0200 |
commit | aebfa8208d1d988e9a329f8d6487544af950d98c (patch) | |
tree | e15bd8144a36bb028157b1e22d8412d24d268531 | |
parent | fce32721750e70fff4f75e81c1a5693677980891 (diff) |
bump product version to 6.0.4.1
Change-Id: I8398df8dc59b26f8b655cd54b38f47e31e6d39e4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4e50fe94a4e8..4815006a11f1 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],[6.0.4.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.0.4.1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |