diff options
author | Christophe.Boulain <> | 2010-02-22 12:03:50 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-02-22 12:03:50 +0000 |
commit | db596b2d97d0a283773eb6d09ab4f3ff89c71010 (patch) | |
tree | 6c5b89ac22b280e16139b07d0e573070a2887589 | |
parent | f010032dde58e31afee0677d66b579b64a9b766a (diff) |
Prepare for 3.1.73.1.7
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | buildscripts/texbuilder/quickstart/quickstart.tex | 4 | ||||
-rw-r--r-- | framework/PradoBase.php | 4 | ||||
-rw-r--r-- | index.html | 6 |
4 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Version 3.1.7 To be released +Version 3.1.7 February 22, 2010 ENH: Issue#24 - Specify needed fields on demand (Yves) BUG: Issue#80 - Inconsistencies in TRegularExpressionValidator (Christophe) BUG: Issue#86 - THttpSession.CookieMode ignored / Session ID leak (Christophe) diff --git a/buildscripts/texbuilder/quickstart/quickstart.tex b/buildscripts/texbuilder/quickstart/quickstart.tex index 70fc63ad..9c90081e 100644 --- a/buildscripts/texbuilder/quickstart/quickstart.tex +++ b/buildscripts/texbuilder/quickstart/quickstart.tex @@ -53,7 +53,7 @@ %----------------- TITLE -------------- \title{\Huge \bfseries PRADO v3.1.7 Quickstart Tutorial - \thanks{Copyright 2004-2009. All Rights Reserved.} + \thanks{Copyright 2004-2010. All Rights Reserved.} } \author{Qiang Xue and Wei Zhuo} \date{\today} @@ -78,7 +78,7 @@ Prado quick start doc \chapter*{License} \addcontentsline{toc}{chapter}{License} PRADO is free software released under the terms of the following BSD license.\\ -Copyright 2004-2009, The PRADO Group (http://www.pradosoft.com) +Copyright 2004-2010, The PRADO Group (http://www.pradosoft.com) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 28966634..3a982ec5 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -7,7 +7,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2010 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System @@ -71,7 +71,7 @@ class PradoBase */ public static function getVersion() { - return '3.1.7-dev'; + return '3.1.7'; } /** @@ -8,8 +8,8 @@ <body> <h1>PRADO Framework for PHP 5 </h1> -<p>Version 3.1.7-dev, July 22, 2009<br> -Copyright© 2004-2009 by <a href="http://www.pradosoft.com/">Prado Software</a><br> +<p>Version 3.1.7, February 22, 2010<br> +Copyright© 2004-2010 by <a href="http://www.pradosoft.com/">Prado Software</a><br> All Rights Reserved. </p> @@ -142,7 +142,7 @@ The PRADO framework and the included demos are free software. They are released the terms of the following BSD License. </p> <p> -Copyright 2004-2008 by The PRADO Group (http://www.pradosoft.com)<br/> +Copyright 2004-2010 by The PRADO Group (http://www.pradosoft.com)<br/> All rights reserved. </p> <p> |