diff options
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 dda60331..9f20eb36 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$ + * @version $Id: PradoBase.php 3246 2013-01-07 21:07:38Z ctrlaltca $ * @package System */ @@ -34,7 +34,7 @@ if(!defined('PRADO_CHMOD')) * rewritten for customization. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id$ + * @version $Id: PradoBase.php 3246 2013-01-07 21:07:38Z ctrlaltca $ * @package System * @since 3.0 */ @@ -71,7 +71,7 @@ class PradoBase */ public static function getVersion() { - return '3.2.0'; + return '3.2.1'; } /** |