summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-07-26 20:06:57 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-07-26 20:06:57 +0200
commit5af65e0822e8441e907a6e4bd84bbca632216688 (patch)
tree58c81fb9eab1391f2ca319aad5263b15b2278d21
parentdd47a09bf44b70135482768da0c21c97da4ca87c (diff)
bump product version to 7.6.0.2
Change-Id: I6a883f1d4a6f0c93886faf75e6b5e2198572c26e
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d519ee72a7d6..0768576a4623 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.0.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.6.0.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