diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-05-21 19:16:44 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-05-21 19:16:44 +0200 |
commit | dea4a3b9d7182700abeb4dc756a24a9e8dea8474 (patch) | |
tree | bca09399efa540a151c0280734071f6f2d381f0c | |
parent | c15927f20d4727c3b8de68497b6949e72f9e6e9e (diff) |
bump product version to 4.4.0.0.alpha0+
Change-Id: Ic309dbcc49a423bce10e9ea711e8ba0702552816
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ad9be02e9f69..359140630108 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.alpha1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.0.0.alpha0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |