From 3c13f0fbdb25aa4871adcb85de7c9a994701a230 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Tue, 29 May 2012 10:28:33 +0000 Subject: small fix to previous commit: use full version numbers --- HISTORY | 2 +- framework/PradoBase.php | 2 +- index.html | 2 +- 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 @@

PRADO Framework for PHP 5

-

Version 3.2-rc3
+

Version 3.2.0-rc3
Copyright© 2004-2012 by Prado Software
All Rights Reserved.

-- cgit v1.2.3