diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-04-19 12:59:36 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-04-19 12:59:36 +0200 |
commit | e7b778a191884b25698719ed65a63ae6c7fe2f2c (patch) | |
tree | bdf4c0391a112022e217e617f9e2f8ef0d9e7cc8 | |
parent | 96cf95832943f0079f8eee23297d7cdc0dd753e1 (diff) |
bump product version to 5.0.0.0.alpha1
Change-Id: Ic34f7126ea61bf7f9eb4da0752e7b8a7719bac2b
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 66f4209c9031..8b8cc3412dbd 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.0.alpha0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.0.0.0.alpha1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |