summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorxue <>2007-04-09 18:07:20 +0000
committerxue <>2007-04-09 18:07:20 +0000
commit22434ce42afa9194fd7ec3ba20136d9491cf533f (patch)
treeeacb9d0fb28f8726089fdebdf33afd0304b36584 /framework/PradoBase.php
parent4930d9822e4199a1beb658087038c6640ee4c7f5 (diff)
version info fix.
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 16a27b08..fee12ba5 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -66,7 +66,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.1.0b';
+ return '3.1.0RC';
}
/**