diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-11 15:56:48 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-11 15:57:07 +0200 |
commit | 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 (patch) | |
tree | d0c2e4d934cc34ba7d4232f759923b5a257dcb21 /framework/PradoBase.php | |
parent | b833247ce597ec26159b46c8dfbea7f1e265950b (diff) |
Merge up to r3319
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r-- | framework/PradoBase.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 9f20eb36..7cb7e841 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -9,7 +9,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id: PradoBase.php 3246 2013-01-07 21:07:38Z ctrlaltca $ + * @version $Id: PradoBase.php 3293 2013-07-10 21:33:04Z ctrlaltca $ * @package System */ @@ -34,7 +34,7 @@ if(!defined('PRADO_CHMOD')) * rewritten for customization. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id: PradoBase.php 3246 2013-01-07 21:07:38Z ctrlaltca $ + * @version $Id: PradoBase.php 3293 2013-07-10 21:33:04Z ctrlaltca $ * @package System * @since 3.0 */ @@ -71,7 +71,7 @@ class PradoBase */ public static function getVersion() { - return '3.2.1'; + return '3.2.2'; } /** |