From 71a5013d281053244986f661daff0f670520bcaf Mon Sep 17 00:00:00 2001 From: Bas Steelooper Date: Thu, 7 Nov 2019 07:47:15 +0100 Subject: [PATCH] Prepare for release 4.7.10 --- 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 e084b3a4..0025f123 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 dev'); +define('PLUCK_VERSION', '4.7.10'); //Error reporting default is (E_ALL ^ E_NOTICE) - but use server configuration for production environment //Uncomment next line for development (shows every possible error)