summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-12-29 09:45:03 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-12-29 09:45:03 +0100
commita0a654add35aaba11e464217afa8b26ee5c03da8 (patch)
tree047aa7dd4535b8497e23d62f9e7e1409154fdd1a /configure.ac
parentf977eaba713067f2980573850366e81ddd50541b (diff)
bump product version to 7.2.5.2
Change-Id: Ib8aae52bb2f6ae251d5c0f9d775f21c4de3fe144
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 d2b23f85cfe5..ae53e6e3fa62 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.5.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.2.5.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