diff options
author | xue <> | 2006-03-17 03:16:13 +0000 |
---|---|---|
committer | xue <> | 2006-03-17 03:16:13 +0000 |
commit | 261c29ece2ccf37e6419b9886cefd29f9dbb3c89 (patch) | |
tree | bb67b9d5bb719827ead69017fd52908a6438bb23 /framework/core.php | |
parent | 3ec0ec6275b1ab8a95b2696febcdd0284732fce2 (diff) |
Using constants as item types.
Diffstat (limited to 'framework/core.php')
-rw-r--r-- | framework/core.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/core.php b/framework/core.php index cd66e08c..77841fb2 100644 --- a/framework/core.php +++ b/framework/core.php @@ -402,7 +402,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.0b';
+ return '3.0RC1';
}
/**
|