summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-03-19 18:08:51 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-03-19 18:08:51 +0100
commitaff0266900f0f11a430e124ea9843427e0a58c54 (patch)
tree55b276885a9e52fc6cb97f3d65464b0f9d64294e
parenttdf#158344: sw floattable: fix crash by trying harder to split tables (diff)
downloadcore-aff0266900f0f11a430e124ea9843427e0a58c54.tar.gz
core-aff0266900f0f11a430e124ea9843427e0a58c54.zip
bump product version to 7.6.6.2.0+
Change-Id: Iab3134336d3da8600d3a5adcb0711d964bbfcfc1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 09f5b4f6bab6..29f6ba8bfd2f 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.0+],[],[],[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