summaryrefslogtreecommitdiff
path: root/framework/core.php
diff options
context:
space:
mode:
authorxue <>2006-03-17 03:16:13 +0000
committerxue <>2006-03-17 03:16:13 +0000
commit261c29ece2ccf37e6419b9886cefd29f9dbb3c89 (patch)
treebb67b9d5bb719827ead69017fd52908a6438bb23 /framework/core.php
parent3ec0ec6275b1ab8a95b2696febcdd0284732fce2 (diff)
Using constants as item types.
Diffstat (limited to 'framework/core.php')
-rw-r--r--framework/core.php2
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';
}
/**