summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-04-28 18:17:32 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-04-28 18:17:32 +0200
commitbd15d62e7ef101be3d1849c98a95a868d2511661 (patch)
tree958c1f3505a2322ab1c7cf20a9a03f3f86ac2947
parentfdb0b1d3f94d3233d984f2f51ddd7e425e885acb (diff)
bump product version to 7.1.3.2
Change-Id: Ib13486de27816fc8e0920cba8557950a998366ca
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 03dd9e37a42f..8e7efeb6da83 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.1.3.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.1.3.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