summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-15 21:03:44 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-15 21:03:44 +0100
commita976cb7d38b55278f6fd3c7b4c06e28c6fb46613 (patch)
tree6da4009144260331da44df2eb0c68d3a9391dd39
parentc4c9d5a780611c0fdb6a30c4bfae6c501f1ebad5 (diff)
bump product version to 7.4.4.1
Change-Id: Ied50879a3770c74046b8510e3a86c1d79dcaec5f
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3f38e8822f0b..5b788b9f3192 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.4.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.4.4.1],[],[],[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