diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2013-11-21 05:09:21 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2013-11-21 05:09:21 +0100 |
commit | 979f05eee3dafba60f6b93744183035e9cc8be81 (patch) | |
tree | b1ab2dd0f37d64b7e2fce74f6c69cc811bdafe58 /configure.ac | |
parent | fc8f44e82de4ebdd50ac5fbb9207cd1a59a927e3 (diff) |
bump version to 4.3.0.0.alpha0+
Change-Id: If4b45ae0455806b6eee57e49d308127ab1207b98
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 394b8cd4c2e8..fd47321e83c2 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.3.0.0.alpha0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |