diff options
author | xue <> | 2007-05-14 17:28:09 +0000 |
---|---|---|
committer | xue <> | 2007-05-14 17:28:09 +0000 |
commit | f52dd35b28701da6ca62b9d8bde059fcc9974104 (patch) | |
tree | 1d8d55daf577677420c9477116fb454efb5e9939 | |
parent | 3f9e3c42c7fd4b87d98e59b6078308233d840cf0 (diff) |
Update for next release.
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | build.xml | 10 | ||||
-rw-r--r-- | buildscripts/texbuilder/quickstart/quickstart.tex | 2 | ||||
-rw-r--r-- | framework/PradoBase.php | 2 |
4 files changed, 9 insertions, 8 deletions
@@ -1,3 +1,6 @@ +Version 3.1.0 To Be Released +============================ + Version 3.1.0 RC May 14, 2007 ============================= BUG: Ticket#525 - SQLMap->queryForList error with offset/limit parameters (Wei) @@ -405,8 +405,11 @@ var_dump($sqlmap->queryForList('products-with-price', 50)); <move file="${build.base.dir}/${pkgname}.tar.gz" todir="${build.dist.dir}" /> </then> </if> + + <!-- <exec command="zip ${pkgname}.zip -r ${pkgname}" dir="${build.base.dir}" /> <move file="${build.base.dir}/${pkgname}.zip" todir="${build.dist.dir}" /> + --> <echo>Generating files for pradosoft.com...</echo> <echo>Compiling class docs...</echo> @@ -433,12 +436,7 @@ the PRADO distribution: buildscripts/classtree/PRADO.mxi and saving the generated file as "${build.src.dir}/editors/Dreamweaver/PRADO.mxp" -2. If building on Linux, the CHM doc file needs to be generated by compiling - "${build.doc.dir}/manual/CHMdefaultConverter/phpdoc.hhp" - and saving the generated file as - "${build.src.dir}/docs/manual.chm" - -3. Use winzip (on Windows) and gzip (on Linux) to generate the compressed +2. Use winzip (on Windows) and gzip (on Linux) to generate the compressed release files of the direcotry "${build.src.dir}". diff --git a/buildscripts/texbuilder/quickstart/quickstart.tex b/buildscripts/texbuilder/quickstart/quickstart.tex index c4ef26db..ed2db536 100644 --- a/buildscripts/texbuilder/quickstart/quickstart.tex +++ b/buildscripts/texbuilder/quickstart/quickstart.tex @@ -52,7 +52,7 @@ %----------------- TITLE --------------
-\title{\Huge \bfseries PRADO v3.1 RC Quickstart Tutorial
+\title{\Huge \bfseries PRADO v3.1.0 Quickstart Tutorial
\thanks{Copyright 2005-2007. All Rights Reserved.}
}
\author{Qiang Xue and Wei Zhuo}
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index fee12ba5..7f15ab81 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -66,7 +66,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.1.0RC';
+ return '3.1.0';
}
/**
|