summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-08-16 21:56:03 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-08-16 21:56:03 +0200
commit33887ae79b87b964fc78a578255544283d657b01 (patch)
treea0cb19e61860e1442464fe0ad1a8148a1ac1ff6d
parentd22dedaeb49962e1b2abbd331f4538159e3f27bd (diff)
bump product version to 7.2.0.4
Change-Id: Iec0d90b5d17ae51b438e7ff7a04bb9b15fb6b352
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 46ec1d90243c..b629d5abd094 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.2.0.3],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.2.0.4],[],[],[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