diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2013-11-21 05:16:39 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2013-11-21 05:16:39 +0100 |
commit | 50059aced27e41c729072ee684f5b4d724c51670 (patch) | |
tree | 2f39e24692584d84808c558f7778eae0c2ec903a | |
parent | 6da823d5bc4d36da3609f6262d72ecd11c68bf6f (diff) |
bump product version to 4.2.0.0.beta1
Change-Id: I98f9a36afd1335b6e256581bcb45f153cf4c7cff
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 394b8cd4c2e8..d4cc1b54e158 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],[4.2.0.0.alpha1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.2.0.0.beta1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |