diff options
author | xue <> | 2006-07-02 20:44:58 +0000 |
---|---|---|
committer | xue <> | 2006-07-02 20:44:58 +0000 |
commit | b359ed2bbd48ed4c9000eb507ee2d78aa5130cc0 (patch) | |
tree | e7cbf39bc3b53257611f60406b80ac436e084d74 /framework | |
parent | 21c86e53de160f00a626cdd1c8afcc7ebbf8448e (diff) |
Fixes for next release.
Diffstat (limited to 'framework')
-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 3749bd50..efac53ac 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -68,7 +68,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.0.2';
+ return '3.0.3';
}
/**
|