diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/pradolite.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/pradolite.php b/framework/pradolite.php index bfcf36ad..cb0db1f0 100644 --- a/framework/pradolite.php +++ b/framework/pradolite.php @@ -1,7 +1,7 @@ <?php /** * File Name: pradolite.php - * Last Update: 2013/11/19 10:19:01 + * Last Update: 2013/11/26 09:44:24 * Generated By: buildscripts/phpbuilder/build.php * * This file is used in lieu of prado.php to boost PRADO application performance. @@ -25,7 +25,7 @@ class PradoBase protected static $classExists = array(); public static function getVersion() { - return '3.2.2'; + return '3.2.3'; } public static function initErrorHandlers() { |