diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-22 14:57:49 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-22 14:57:49 +0100 |
commit | 38372ccbfd1c6380d8655364c39c55b99459ad34 (patch) | |
tree | 7f527c3980dab8324bd357875e914363a354c498 /configure.ac | |
parent | 738bcf5e9a8c443d60c29c3a8068e8c16c72638a (diff) |
bump product version to 7.1.0.0.beta1+
Change-Id: I342eced74e6e3f264f48ebe508b6931fc718cab2
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 f05df99fc7d8..956b16fb313f 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],[7.1.0.0.alpha1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[7.1.0.0.beta1+],[],[],[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 |