diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-05-31 21:42:25 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-05-31 21:42:25 +0200 |
commit | a7f8047f917c0ff45c7bbe76b9f129fbf0d53f10 (patch) | |
tree | 950eb8effa5d5d7d4e8889efdfcfaca2fe4d1e31 /configure.ac | |
parent | c98b1f1cd43b3e109bcaf6324ef2d1f449b34099 (diff) |
bump product versino to 6.4.0.0.alpha0+
Change-Id: I5378a7460c94118973e3ff7e4a03ba1769205890
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 3ded6d71385d..8748ae4ed916 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],[6.3.0.0.alpha1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.4.0.0.alpha0+],[],[],[http://documentfoundation.org/]) dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just fine if it is installed dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails hard |