configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f0ca39448664a192cc3534ef817f27198f044ba9
Author: Balazs Varga <[email protected]>
AuthorDate: Mon Oct 25 09:31:45 2021 +0200
Commit: Balazs Varga <[email protected]>
CommitDate: Mon Oct 25 09:33:58 2021 +0200
Version bump for N7 to n7
Change-Id: I8782766e9adc81761a157395e70f9633e55874c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124132
Tested-by: Balazs Varga <[email protected]>
Reviewed-by: Balazs Varga <[email protected]>
diff --git a/configure.ac b/configure.ac
index 4edd5ce4975e..548dfaa2cfb3 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.4.2.N7],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.1.4.2.n7],[],[],[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