diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-03-30 18:09:17 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-30 18:09:17 +0000 |
| commit | 9f04fef3e046d7b4778ddf449589c9b1a3a67857 (patch) | |
| tree | 5b3d859bd977adb15fa396d9db914f9d1b82073f /kohana/core/Bootstrap.php | |
| parent | 066854424a683f14f70f54e3ef1879e77c409369 (diff) | |
Updated to r807
Diffstat (limited to 'kohana/core/Bootstrap.php')
| -rw-r--r-- | kohana/core/Bootstrap.php | 4 |
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 === '\\'); |
