From db596b2d97d0a283773eb6d09ab4f3ff89c71010 Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Mon, 22 Feb 2010 12:03:50 +0000 Subject: Prepare for 3.1.7 --- HISTORY | 2 +- buildscripts/texbuilder/quickstart/quickstart.tex | 4 ++-- framework/PradoBase.php | 4 ++-- index.html | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HISTORY b/HISTORY index 3cad212c..61fec720 100644 --- a/HISTORY +++ b/HISTORY @@ -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 * @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'; } /** diff --git a/index.html b/index.html index cc70ea86..810d6c53 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,8 @@

PRADO Framework for PHP 5

-

Version 3.1.7-dev, July 22, 2009
-Copyright© 2004-2009 by Prado Software
+

Version 3.1.7, February 22, 2010
+Copyright© 2004-2010 by Prado Software
All Rights Reserved.

@@ -142,7 +142,7 @@ The PRADO framework and the included demos are free software. They are released the terms of the following BSD License.

-Copyright 2004-2008 by The PRADO Group (http://www.pradosoft.com)
+Copyright 2004-2010 by The PRADO Group (http://www.pradosoft.com)
All rights reserved.

-- cgit v1.2.3