From 24dab6c21bdc7b7f318f21e59b2cb09878b6a5d7 Mon Sep 17 00:00:00 2001 From: vendeeglobe <54716082+vendeeglobe@users.noreply.github.com> Date: Fri, 25 Mar 2022 15:12:10 +0100 Subject: [PATCH] raised WACKO_VERSION to 6.1.8 --- wacko/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wacko/config/constants.php b/wacko/config/constants.php index a0c2c5a3e..076ea4528 100644 --- a/wacko/config/constants.php +++ b/wacko/config/constants.php @@ -84,7 +84,7 @@ const SQL_MODE_PERMISSIVE = 'NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER'; // Do not change these three lines, PLEASE-PLEASE. In fact, don't change anything! Ever! -const WACKO_VERSION = '6.1.7'; +const WACKO_VERSION = '6.1.8'; const HTML_ENTITIES_CHARSET = 'UTF-8'; const XML_HTMLSAX3 = 'lib/HTMLSax3/';