summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorxue <>2006-05-03 17:34:13 +0000
committerxue <>2006-05-03 17:34:13 +0000
commit6495c05e19db5484c3accc44cd9fcb8177202176 (patch)
tree943e52fd9eefbf56ce1d019efebad2ddc719ab90 /framework/PradoBase.php
parent898d9d86fede3805340298e373d517e2a2314fc6 (diff)
added sanity check to calling event handlers
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 c03e8f33..38829c87 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -68,7 +68,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.0.0';
+ return '3.0.1';
}
/**