From 3e2885e33fdd26ecf9761ae52bc1c273ba988859 Mon Sep 17 00:00:00 2001 From: Bas S Date: Fri, 8 Nov 2019 09:53:24 +0100 Subject: [PATCH] Initialize Dev 4.7.11 --- data/inc/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/inc/security.php b/data/inc/security.php index 0025f123..c2b37ca2 100644 --- a/data/inc/security.php +++ b/data/inc/security.php @@ -22,7 +22,7 @@ * This constant is defined here to allow for hooks to be added inside modules. * For other constants, see variables.all.php and variables.site.php */ -define('PLUCK_VERSION', '4.7.10'); +define('PLUCK_VERSION', '4.7.11 dev'); //Error reporting default is (E_ALL ^ E_NOTICE) - but use server configuration for production environment //Uncomment next line for development (shows every possible error)