diff options
author | xue <> | 2007-01-13 22:39:48 +0000 |
---|---|---|
committer | xue <> | 2007-01-13 22:39:48 +0000 |
commit | b2f63869d92ffc5ca1078ae5854e8de4f07a6927 (patch) | |
tree | d7f62b079d59147a7f91ba014e3b2bf5b11d4cdf /framework/PradoBase.php | |
parent | 31fae3d7bd911b16eac842189d88231b35ded16d (diff) |
updated build script.
Diffstat (limited to 'framework/PradoBase.php')
-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 4cfedb09..ac3949ba 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -68,7 +68,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.1.0b';
+ return '3.1.0a';
}
/**
|