diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-07-24 20:07:52 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-07-24 20:07:52 +0200 |
commit | 7963df65a4f10db1445571328c0d775706f869af (patch) | |
tree | f7c73ee20c5275ca27a88c9ea32f0204ccb6f9c7 | |
parent | a575c31cdb3f53160dc9aeafaef31b172240c2da (diff) |
bump product version to 5.0.0.4
Change-Id: I1fae0651dc0a2678fd176a8a2f0601c7b396f80d
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1b9973fa7b76..03e79d1068a5 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.0.3.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.0.0.4],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |