diff --git a/data/inc/security.php b/data/inc/security.php index e495c10..c6acfdf 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.18 dev'); +define('PLUCK_VERSION', '4.7.18'); //Error reporting default is (E_ALL ^ E_NOTICE) - but use server configuration for production environment //Uncomment next line for development (shows every possible error)