summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rw-r--r--build.xml10
-rw-r--r--buildscripts/texbuilder/quickstart/quickstart.tex2
-rw-r--r--framework/PradoBase.php2
4 files changed, 9 insertions, 8 deletions
diff --git a/HISTORY b/HISTORY
index 8943ccbf..e638e1e1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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)
diff --git a/build.xml b/build.xml
index 05184983..5fc8d6ae 100644
--- a/build.xml
+++ b/build.xml
@@ -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';
}
/**