diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-18 12:48:04 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-18 12:48:04 +0200 |
commit | 88f3ad4c0e642f2682e4cdc62b5e385dd63a74a0 (patch) | |
tree | d813dd526cc75ae7b536b60fc00fc177dd525b82 | |
parent | 731825282fadb9566e7590315f2bfb1daed1e34d (diff) |
bump product version to 5.4.0.0.beta1
Change-Id: Id4537f7c59df4ed595466797e29436e6779de66c
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 588aa77afcbd..43fa1e2d1d8e 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.alpha1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.4.0.0.beta1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |