summaryrefslogtreecommitdiff
path: root/kohana/core/Bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/core/Bootstrap.php')
-rw-r--r--kohana/core/Bootstrap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/kohana/core/Bootstrap.php b/kohana/core/Bootstrap.php
index 0190eb9d..ad7564c8 100644
--- a/kohana/core/Bootstrap.php
+++ b/kohana/core/Bootstrap.php
@@ -10,8 +10,8 @@
* @license http://kohanaphp.com/license.html
*/
-define('KOHANA_VERSION', '2.3.2');
-define('KOHANA_CODENAME', 'accipiter');
+define('KOHANA_VERSION', '2.3.3');
+define('KOHANA_CODENAME', 'aegolius');
// Test of Kohana is running in Windows
define('KOHANA_IS_WIN', DIRECTORY_SEPARATOR === '\\');