Skip to content

Commit

Permalink
Bump version and code name
Browse files Browse the repository at this point in the history
  • Loading branch information
zombor committed Oct 23, 2012
1 parent a27b049 commit f3c027d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/Kohana/Core.php
Expand Up @@ -16,8 +16,8 @@
class Kohana_Core {

// Release version and codename
const VERSION = '3.2.2';
const CODENAME = 'hypoleucos';
const VERSION = '3.3.0';
const CODENAME = 'badius';

// Common environment type constants for consistency and convenience
const PRODUCTION = 10;
Expand Down

0 comments on commit f3c027d

Please sign in to comment.