diff --git a/README.md b/README.md index 8f3d44d..3dfce64 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Caffeine 1.0.2 +Caffeine 1.1.0-RC1 ============== A simple PHP framework that combines modules through the use of routes and events to form an application. diff --git a/index.php b/index.php index d4441d8..9ac3c7c 100644 --- a/index.php +++ b/index.php @@ -6,8 +6,8 @@ * A simple PHP framework that combines modules through the use of routes and * events to form an application. * - * @version 1.0.2 - * @date 2012-03-24 + * @version 1.1.0-RC1 + * @date 2012-05-31 * @author Gavin Vickery * @license http://www.opensource.org/licenses/mit-license.php */ @@ -167,7 +167,7 @@ private static function _hasPermission($route, $data) */ define('ROOT', __DIR__ . '/'); define('EXT', '.php'); -define('VERSION', '1.0.2'); +define('VERSION', '1.1.0-RC1'); define('IS_CLI', defined('CLI')); /** diff --git a/setup.php b/setup.php index 0008e93..9983f18 100644 --- a/setup.php +++ b/setup.php @@ -22,7 +22,7 @@ * them in the array below. Modules within sites//modules are loaded * automatically. */ - 'system.enabled_custom_modules' => array('page', 'test'), + 'system.enabled_custom_modules' => array('page'), /** * All core modules are loaded by default. If for some reason you need to