diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-07 15:06:50 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-07 15:06:50 +0100 |
commit | 11666237dbdc0eb9e01d5d739994bdd88a551168 (patch) | |
tree | ab061320a2afeaaa428d676d0d46230c8e9fcf78 /framework/PradoBase.php | |
parent | 0749f11251a1bc72a2d24049036e3a24db74cb50 (diff) |
Prepare for release: update (c) year to 2015, version to 3.3
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r-- | framework/PradoBase.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 3eb4d0d6..e06c0b07 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -7,7 +7,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2014 PradoSoft + * @copyright Copyright © 2005-2015 PradoSoft * @license http://www.pradosoft.com/license/ * @package System */ @@ -69,7 +69,7 @@ class PradoBase */ public static function getVersion() { - return '3.2.3'; + return '3.3.0'; } /** |