summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-10-06 11:13:46 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-10-06 11:13:46 +0200
commit8e6a5390fbe6937e7ba07c788f30cbe4ee2048be (patch)
tree3a231c02382cb79b1c0392c6307ddf83cb4dd4d8 /configure.ac
parent3d6e58bf7db631043da44655cac5eb828dbbfdcc (diff)
bump product version to 7.4.2.2.0+
Change-Id: Iee3ddc02a6f147ec5902ee36a28241d6f1a7737b
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 c6901f491e1c..1fb68fde28f0 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.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.4.2.2.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