summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-09-21 13:04:14 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-09-21 13:04:14 +0200
commitf89cf39a6e5c6b66acc922b7563e8a3583f22b5a (patch)
treef6ee4b01d66cec4cd7f0dab4df42b34a2a4a4e0a
parent1bcae1478acf98291f5a22514a029026471576a4 (diff)
bump product version to 7.4.2.1
Change-Id: I6f4f7f21f63e38b0392563683fde434cc6704dbd
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8404c9f7e160..fe68ed53d847 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.4.2.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.4.2.1],[],[],[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