summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-03-19 18:08:12 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-03-19 18:08:12 +0100
commit4dd8623e4cafd7b24136e51945b457e19887831c (patch)
treecbe18ed3769e449b9f105e468b6621cd652a53f2
parenta696175229a82080d3b2bbf9aeaaa9688d6c59b6 (diff)
bump product version to 7.6.6.2
Change-Id: Iace13352bc7f7515c4d9fdd02506adf369877d49
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 09f5b4f6bab6..2adda010484f 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.6.6.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.6.6.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