summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-05-21 21:18:26 +0000
committerctrlaltca@gmail.com <>2011-05-21 21:18:26 +0000
commit948a32434d4e72765dd26c803e94129b5c2f7769 (patch)
treeb035f1ad598c56dd97774d2c09448a8a9de06eec /framework
parent5eeeeeb96db991f0500881190e321aba8efc8891 (diff)
fixed unix tests, bumped version number
Diffstat (limited to 'framework')
-rw-r--r--framework/PradoBase.php2
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';
}
/**