summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorxue <>2006-08-08 11:56:27 +0000
committerxue <>2006-08-08 11:56:27 +0000
commit7012130a7c98d602f3408d04c620a69055607781 (patch)
tree42c58a7e08b529c507b66fd82972da5d1e2043c7 /framework/PradoBase.php
parent8b6da0a47404ce4108e54678de7507a5bebf49b7 (diff)
Fixed a bug that would prevent from using <prop:> tag in skins
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 7c054bac..30b98f53 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -68,7 +68,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.0.3';
+ return '3.0.4';
}
/**