From 1703c19f8f4fd1442d4aba77d2cf84e9234e1eff Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 6 Dec 2021 00:02:43 +0100 Subject: Bump version to 6.4.0.2 Change-Id: I6597543b6211fa5f7cf661f76c81778d7cddd3b0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 275f2436e2bf..2408cdacc2bc 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 powered by CIB],[6.4.0.1.0],[],[],[http://libreoffice.cib.eu/]) +AC_INIT([LibreOffice powered by CIB],[6.4.0.2.0],[],[],[http://libreoffice.cib.eu/]) 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 -- cgit