From 63efe9c826dacae429b252eb042b71a21df1ffed Mon Sep 17 00:00:00 2001 From: Bas S Date: Wed, 17 Jul 2019 20:02:36 +0200 Subject: [PATCH] Push to production 4.7.9 --- 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 47eaa0de..a3d7eedd 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.9 dev'); +define('PLUCK_VERSION', '4.7.9'); //Error reporting default is (E_ALL ^ E_NOTICE) - but use server configuration for production environment //Uncomment next line for development (shows every possible error)