summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-08 20:26:44 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-08 20:26:44 +0100
commitaf6f87e66bc7f6257524df68ca9d90e6072558f6 (patch)
tree8af26ab78a01827dbe3976ad3ddd44294008b76a /configure.ac
parent1c629ca0048670db4bed5e7d8d76bcf8e81f2158 (diff)
bump product version to 7.6.0.0.alpha0+
Change-Id: I4cc88c54d42dd141f03c46377cd5c2f2fa56ad7b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e850637f55e..5fc489a7e8c0 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.5.0.0.alpha1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.6.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