diff options
author | xue <> | 2007-05-14 17:28:09 +0000 |
---|---|---|
committer | xue <> | 2007-05-14 17:28:09 +0000 |
commit | f52dd35b28701da6ca62b9d8bde059fcc9974104 (patch) | |
tree | 1d8d55daf577677420c9477116fb454efb5e9939 /framework | |
parent | 3f9e3c42c7fd4b87d98e59b6078308233d840cf0 (diff) |
Update for next release.
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 fee12ba5..7f15ab81 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -66,7 +66,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.1.0RC';
+ return '3.1.0';
}
/**
|