diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-26 09:44:59 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-26 09:44:59 +0100 |
commit | bf092af2e7dfa5fb915e0fed376b9f5339ef2e9a (patch) | |
tree | e818260b1206e5c418d995f2b312c16300608850 | |
parent | 10ccdbf5179ff6aa3cb7a170cd8c0b908492569f (diff) |
Rebuilt pradolite
-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() { |