diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-11-07 00:00:18 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-11-07 00:00:18 +0100 |
commit | 0adb90115596ce69e1d80becdaa39e23197fe454 (patch) | |
tree | 986cb46fa95fba44dcbc5b5aa0dcd552d1d51b5d /configure.ac | |
parent | 1f58f624d00ef5748f88373c487872f24c4d962b (diff) |
bump product version to 4.4.0.0.alpha2+
Change-Id: I1ea75499fa9db95f34d3fb438469559849541a53
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 26f7b79de9ce..b06f16b4ffa5 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.4.0.0.alpha1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.0.0.alpha2+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |