diff options
author | xue <> | 2006-04-17 01:58:53 +0000 |
---|---|---|
committer | xue <> | 2006-04-17 01:58:53 +0000 |
commit | f3527efd018da03528bd754c654d70506c8b5491 (patch) | |
tree | 2b4c439db4946f8470ae32675d67db84ca35d3d2 /framework | |
parent | 636ede11afd0127f00e7d7db709c95ad68f4101f (diff) |
A few changes for 3.0.0.
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 e0c8cc52..c03e8f33 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -68,7 +68,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.0.0RC2';
+ return '3.0.0';
}
/**
|