summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-06-07 19:02:25 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-06-07 19:02:25 +0200
commit1c60f18de581d42c200e119aa5efc72fc7ee0bcd (patch)
tree93e5cac769d54af44d0375ee2b60536eecaf989e /configure.ac
parent6f227b0dd912d4c70a01eb3872fff15d52de543a (diff)
temporarily bump product version to 7.7.0.0.alpha0+
next version will use different version scheme, but in order to not break scripts, that actual change will go through gerrit Change-Id: I9e4ed4ef8c7bfbba0ed0f91944c46501504447d1
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 8b256fbbb0a4..9d70be6200b6 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.6.0.0.alpha1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.7.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