diff options
author | xue <> | 2007-10-01 00:33:28 +0000 |
---|---|---|
committer | xue <> | 2007-10-01 00:33:28 +0000 |
commit | 2af3f4de05875a23a7f5dadceaa64e6c0ec84c8b (patch) | |
tree | 92170452cc0da1c5e506dc85f9335d75662037b7 /framework/PradoBase.php | |
parent | 81db1a66aaf17b1355613c9fc5f0888e1140b4a8 (diff) |
prepare for next release.
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 d4f2522c..514a8a9a 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -66,7 +66,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.1.1';
+ return '3.1.2a';
}
/**
|