summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorxue <>2006-06-06 20:01:17 +0000
committerxue <>2006-06-06 20:01:17 +0000
commit35e66121c76297eeca46bdc93335e94bd34652a7 (patch)
tree4870bcc097168170ae0a6e128693903796540c82 /framework/PradoBase.php
parentf7d3151d8594e12c7cccc18dbccce79073fe4cf0 (diff)
Fixed #213.
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r--framework/PradoBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 38829c87..cf6b4592 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -68,7 +68,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.0.1';
+ return '3.0.2';
}
/**