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 6b2aefaa..57db1648 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.2');
-define('KOHANA_CODENAME', 'efĂ­mera');
+define('KOHANA_VERSION', '2.3');
+define('KOHANA_CODENAME', 'accipiter');
// Test of Kohana is running in Windows
define('KOHANA_IS_WIN', DIRECTORY_SEPARATOR === '\\');