summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-05-06 20:00:20 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-05-06 20:00:20 +0200
commitebad48e76ec1bbc089ec06bcf2057a0df9c9e1b6 (patch)
tree3fcaccb305ca7e41e8e786804c1dc4868af6c2e7
parent6b618cc5a8cf9312837b57f55f9cd6cd4a6f30c4 (diff)
bump product version to 7.0.0.0.alpha1
Change-Id: Id066d0e06ebaab821f2fe30364caa2888fd9213e
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 40a5a2e62ed5..74cf19ccb0a9 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.0.0.0.alpha0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.0.0.0.alpha1],[],[],[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