summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-06-29 23:05:28 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-06-29 23:05:28 +0200
commit1aebdd74e1ea390d58fc7e97d36ea189ea8de301 (patch)
treed757a3e4704c15b124d662ea710ba7051401f8b1
parentd0e9744e48cf63a743f2148b6a185c2e2cd3d5f7 (diff)
bump product version to 7.5.5.1
Change-Id: Ia8213090ec7159adcd98c914b6f4a741903873a5
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cbd5bd3d9179..da3d8f86a1b0 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.5.5.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.5.5.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