summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorChristophe.Boulain <>2009-07-22 06:51:21 +0000
committerChristophe.Boulain <>2009-07-22 06:51:21 +0000
commitd5b8c9111602293ed69f4e99d885ac170a86985e (patch)
treec4f5edbbcafe27872a21a95b023c109409350b4d /framework
parent4471057588998c9442a2bf683fc9c3d65d1e900b (diff)
Prepare for release3.1.6
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 b2d7b631..872afe75 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -71,7 +71,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.1.6-dev';
+ return '3.1.6';
}
/**