summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-07-27 23:16:51 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-07-27 23:16:51 +0200
commit849a94c1c33b3e0c9f10b38ed0f94e700e5d1a43 (patch)
tree338bf2578d9a97591ff46b08569e351b58b2ee31
parentd52f1a62cd85ad4c95c447054e32f97dc180c08a (diff)
bump product version to 7.4.0.2
Change-Id: Ia6bcb699fc6358aa08b1a8b4783406bc62907dc0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c0c26c9c17cd..b30cb666ced2 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.0.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.4.0.2],[],[],[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