diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-06-09 21:12:25 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-06-09 21:12:25 +0200 |
commit | 39987ee824a5557bdd725230ab7f1dac75b2090d (patch) | |
tree | fe6da4c636cbb4e0bf46121bb3c2f80178b52a3a | |
parent | aa8b2b2b973843001ee2fd85ffc8e8e4d8b659fb (diff) |
bump product version to 5.0.0.0.beta3
Change-Id: I0b6f99537784e0954caa19f8b1f8cdcd2e63922d
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 789e791ab268..ed71d8f6360b 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.beta2+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.0.0.0.beta3],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |