diff options
author | xue <> | 2008-04-21 14:35:40 +0000 |
---|---|---|
committer | xue <> | 2008-04-21 14:35:40 +0000 |
commit | 30a2aa0b9475079bf89921f1befcc4515e9cb7af (patch) | |
tree | 5501f4396785820c1a772ebb894816d4d83a5c56 /framework/PradoBase.php | |
parent | 6edf3f381562837b53380c99e4b47da4ee5dd6bd (diff) |
prepare for release.
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r-- | framework/PradoBase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 514a8a9a..b7a10b3e 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -66,7 +66,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.1.2a';
+ return '3.1.2';
}
/**
|