summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-08-26 10:14:49 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-08-26 10:14:49 +0200
commit20131631d2500b8b9b912da3b6087a377cd76413 (patch)
treebd7658d1d2b95e562de9755b403a290d7ba363db /configure.ac
parenttdf#143929: chain XMLTextExportPropertySetMapper to sc's shape export (diff)
downloadcore-20131631d2500b8b9b912da3b6087a377cd76413.tar.gz
core-20131631d2500b8b9b912da3b6087a377cd76413.zip
bump product version to 7.2.2.0.0+
Change-Id: Ic2af24e835a35c5b96a68aef735761795cbfab80
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 04020b7472d0..ec355cc47d7d 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.1.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.2.2.0.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