diff options
author | Christophe.Boulain <> | 2010-02-22 12:03:50 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-02-22 12:03:50 +0000 |
commit | db596b2d97d0a283773eb6d09ab4f3ff89c71010 (patch) | |
tree | 6c5b89ac22b280e16139b07d0e573070a2887589 /framework/PradoBase.php | |
parent | f010032dde58e31afee0677d66b579b64a9b766a (diff) |
Prepare for 3.1.73.1.7
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 28966634..3a982ec5 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-2008 PradoSoft + * @copyright Copyright © 2005-2010 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System @@ -71,7 +71,7 @@ class PradoBase */ public static function getVersion() { - return '3.1.7-dev'; + return '3.1.7'; } /** |