From 16f7aedc97b42c6e305beb89797a4d94aa57f60e Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 28 Sep 2014 10:17:32 -0400 Subject: [PATCH] Update version # --- install/install_functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install_functions.inc.php b/install/install_functions.inc.php index 3859f666..78ba56f7 100644 --- a/install/install_functions.inc.php +++ b/install/install_functions.inc.php @@ -37,7 +37,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} // We will be installing this HESK version: define('HESK_NEW_VERSION','2.5.5'); -define('NUMODS_NEW_VERSION','1.4.0'); +define('NUMODS_NEW_VERSION','1.4.1'); // Other required files and settings define('INSTALL',1);