diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-06-04 20:20:45 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-06-04 20:20:45 +0200 |
commit | ba4e900cd532c87592ee2f75d96e0ab6c0025f05 (patch) | |
tree | 3fd64baad2919555e4613d43c6446d5a8f988606 | |
parent | 430af689736eb2c75219208a6e5bcc6511004de8 (diff) |
bump product version to 4.3.0.0.beta2
Change-Id: I2f880e50476cfee4e3d2e1b53c6d7b84fd514a4d
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 27070ad76c64..398a3598d080 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.3.0.0.beta1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.3.0.0.beta2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |