configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1c60f18de581d42c200e119aa5efc72fc7ee0bcd Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Wed Jun 7 19:02:25 2023 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Wed Jun 7 19:02:25 2023 +0200
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 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