summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-09-22 21:06:50 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-09-22 21:06:50 +0200
commit14c5442d5199e4ed0da9bfc64c6e0cf0bcd5be62 (patch)
treec895d2dbaba6489952df97bedde70bbb53d9a8a7
parent730bc6302e59dad47be895c93d6265d001ee514c (diff)
bump product version to 7.6.2.1
Change-Id: I7161b702a6162f27da9a04aec5d2524d931a5ded
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca340f72d53c..19c2ebf23f59 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.2.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.6.2.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