From 9f04fef3e046d7b4778ddf449589c9b1a3a67857 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 30 Mar 2009 18:09:17 +0000 Subject: Updated to r807 --- kohana/core/Bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kohana/core/Bootstrap.php') 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 === '\\'); -- cgit v1.2.3