configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ebc61374f9ca15ce1bf5c0a77d9ff9b0044b19e2
Author: Christian Lohmaier <[email protected]>
AuthorDate: Thu Mar 9 20:39:40 2023 +0100
Commit: Christian Lohmaier <[email protected]>
CommitDate: Thu Mar 9 20:39:40 2023 +0100
bump product version to 7.5.3.0.0+
Change-Id: I9142fa1a875c3f0259ead9881b2bcb241b14f572
diff --git a/configure.ac b/configure.ac
index f3ee0ea88e7d..20ed46854542 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.2.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.5.3.0.0+],[],[],[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