Skip to content

Commit

Permalink
Updating versions to next version as release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
geekforbrains committed May 31, 2012
1 parent 8cd33cf commit 123fb12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
6 changes: 3 additions & 3 deletions index.php
Expand Up @@ -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 <gavin@geekforbrains.com>
* @license http://www.opensource.org/licenses/mit-license.php
*/
Expand Down Expand Up @@ -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'));

/**
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Expand Up @@ -22,7 +22,7 @@
* them in the array below. Modules within sites/<site>/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
Expand Down

0 comments on commit 123fb12

Please sign in to comment.