From 8bbf7833f7e130f07b8266f69d2c753982417ed7 Mon Sep 17 00:00:00 2001 From: vendeeglobe <54716082+vendeeglobe@users.noreply.github.com> Date: Fri, 11 Nov 2022 12:49:23 +0100 Subject: [PATCH] raised WACKO_VERSION to 6.1.15 --- src/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/constants.php b/src/config/constants.php index 4e7a1bc28..1696369b8 100644 --- a/src/config/constants.php +++ b/src/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.14'; +const WACKO_VERSION = '6.1.15'; const HTML_ENTITIES_CHARSET = 'UTF-8'; const XML_HTMLSAX3 = 'lib/HTMLSax3/';