diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-11-25 17:17:25 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-11-25 17:17:25 +0100 |
commit | 9d952bdfbd226cadd15cb7ee28188c0e2b75f747 (patch) | |
tree | 05d6c94a40ca60295a0c8319b37c6cfe20d73709 /configure.ac | |
parent | b4de69aa53c5baddaf1b375d7c951b77f20a4662 (diff) |
bump product version to 6.0.0.0.beta1+
Change-Id: Ied8e3648bd67ab9a85f8cc77b1797d04e0274471
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 a4140c7b7f24..c5adc3aa5aa9 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.0.0.alpha1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.0.0.0.beta1+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |