summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorctrlaltca <>2012-05-29 10:28:33 +0000
committerctrlaltca <>2012-05-29 10:28:33 +0000
commit3c13f0fbdb25aa4871adcb85de7c9a994701a230 (patch)
treee4e4bca53b87b171485b7f111d73d14649e0537b
parent5fe1679cc0b2ea81e48eaa6b5cab59595d0f3143 (diff)
small fix to previous commit: use full version numbers 3.2.0-rc3
-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 ce47ed82..47897142 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,4 +1,4 @@
-Version 3.2-rc3 (first public rc) May 29, 2012
+Version 3.2.0-rc3 (first public rc) May 29, 2012
BUG: Fixed an inconsistency in TRegularExpressionValidator
ENH: Update TDraggable::revert property to accept "failure" value (Christophe)
CHG/ENH: Change behavior of THttpRequest::getBaseUrl() & THttpRequest::getAbsoluteApplicationUrl() to make it possible to force either http or https (Yves)
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 19fd5772..1aa5663a 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -71,7 +71,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.2-rc3';
+ return '3.2.0-rc3';
}
/**
diff --git a/index.html b/index.html
index f3584b3b..d5dd8d5a 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<body>
<h1>PRADO Framework for PHP 5 </h1>
-<p>Version 3.2-rc3<br>
+<p>Version 3.2.0-rc3<br>
Copyright&copy; 2004-2012 by <a href="http://www.pradosoft.com/">Prado Software</a><br>
All Rights Reserved.
</p>