diff options
author | ctrlaltca@gmail.com <> | 2011-05-21 21:18:26 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-05-21 21:18:26 +0000 |
commit | 948a32434d4e72765dd26c803e94129b5c2f7769 (patch) | |
tree | b035f1ad598c56dd97774d2c09448a8a9de06eec /framework/PradoBase.php | |
parent | 5eeeeeb96db991f0500881190e321aba8efc8891 (diff) |
fixed unix tests, bumped version number
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 222f492e..78f5cc9f 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -71,7 +71,7 @@ class PradoBase */ public static function getVersion() { - return '3.1.7'; + return '3.1.8'; } /** |