diff options
author | xue <> | 2006-04-11 13:54:31 +0000 |
---|---|---|
committer | xue <> | 2006-04-11 13:54:31 +0000 |
commit | a8e1d16070c4561a510196bf9dca1a8af66c7ba3 (patch) | |
tree | 37e79b39a541d6660677832424aadaeadb041945 /framework/PradoBase.php | |
parent | 48a951a9677bc9a56aacad9a920bdaefa0d4c249 (diff) |
Some cleanup of I18N.
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 5325005a..329bb5da 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -68,7 +68,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.0RC1';
+ return '3.0.0RC2';
}
/**
|