summaryrefslogtreecommitdiff
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
parent4471057588998c9442a2bf683fc9c3d65d1e900b (diff)
Prepare for release3.1.6
-rw-r--r--HISTORY2
-rw-r--r--framework/PradoBase.php2
-rw-r--r--index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index ff23b961..f7b9a088 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,4 +1,4 @@
-Version 3.1.6 to be released
+Version 3.1.6 July 22, 2009
BUG: Issue#98 - Missing file in quickstart demo (Chrisotphe)
BUG: Issue#105 - Enabling/disabling TFileUpload on TPanel (Carl)
BUG: Issue#115 - Clientside registry of serverside controls don't cover all controls: Prado.WebUI.TAutoComplete, Prado.WebUI.TInPlaceTextBox (Yves)
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';
}
/**
diff --git a/index.html b/index.html
index 9df9e982..03ffeab2 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.1.6 to be released<br>
+<p>Version 3.1.6, July 22, 2009<br>
Copyright&copy; 2004-2009 by <a href="http://www.pradosoft.com/">Prado Software</a><br>
All Rights Reserved.
</p>