diff options
author | xue <> | 2007-04-09 18:07:20 +0000 |
---|---|---|
committer | xue <> | 2007-04-09 18:07:20 +0000 |
commit | 22434ce42afa9194fd7ec3ba20136d9491cf533f (patch) | |
tree | eacb9d0fb28f8726089fdebdf33afd0304b36584 /framework | |
parent | 4930d9822e4199a1beb658087038c6640ee4c7f5 (diff) |
version info fix.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/PradoBase.php | 2 |
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';
}
/**
|