From 56e452c53b95c2d5d5ebe0c9d5ad0feb9646fa30 Mon Sep 17 00:00:00 2001 From: Chema Date: Tue, 20 May 2014 22:49:48 +0200 Subject: [PATCH] wrong version number I know that release is already done, but later if we need to replace it and search is going to get a little bit more difficult. --- classes/Kohana/Core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Kohana/Core.php b/classes/Kohana/Core.php index 081d4bb05..537ec6c56 100644 --- a/classes/Kohana/Core.php +++ b/classes/Kohana/Core.php @@ -16,8 +16,8 @@ class Kohana_Core { // Release version and codename - const VERSION = '3.3.1'; - const CODENAME = 'peregrinus'; + const VERSION = '3.3.2'; + const CODENAME = 'dryocopus'; // Common environment type constants for consistency and convenience const PRODUCTION = 10;