summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2023-06-14 14:21:35 +0200
committerAndras Timar <andras.timar@collabora.com>2023-06-14 14:27:28 +0200
commitd939d562d1e6c6fae3a285d5db58b1e89f18d875 (patch)
tree83f4ca8e624271714cb5b1db888f9a1a01959539
parentVersion 7.4.7.2, tag libreoffice-7.4.7.2 (diff)
downloadcore-d939d562d1e6c6fae3a285d5db58b1e89f18d875.tar.gz
core-d939d562d1e6c6fae3a285d5db58b1e89f18d875.zip
Bump version to 7.4.7.2.M1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f04cb3c8af88..428f8bb33df6 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.7.2],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.4.7.2-M1],[],[],[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