diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-04-28 19:51:57 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-04-28 19:51:57 +0200 |
commit | 6307b68e6c08cca0c623583c791d21491528a0f9 (patch) | |
tree | 1533e980de0d98ef35024bf1ad1e82272bcf72ba /configure.ac | |
parent | 471315b8cd6617c225b965c89014f5d4cef844ec (diff) |
bump product version to 5.4.0.0.alpha1+
Change-Id: I6a6f88698133b77d030a3fb6b54dbafb7dca3e58
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 415927b030ea..c15fa5582f59 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.0.0.alpha0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.4.0.0.alpha1+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |