summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxue <>2007-04-09 18:07:20 +0000
committerxue <>2007-04-09 18:07:20 +0000
commit22434ce42afa9194fd7ec3ba20136d9491cf533f (patch)
treeeacb9d0fb28f8726089fdebdf33afd0304b36584
parent4930d9822e4199a1beb658087038c6640ee4c7f5 (diff)
version info fix.
-rw-r--r--HISTORY4
-rw-r--r--buildscripts/texbuilder/quickstart/quickstart.tex2
-rw-r--r--framework/PradoBase.php2
3 files changed, 6 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index ccf914e4..a3c98c3b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,7 @@
+Version 3.1.0 RC To be released
+===============================
+
+
Version 3.1.0 beta April 9, 2007
================================
BUG: Ticket#278 - client-side validator enable/disable (conditional) (Wei)
diff --git a/buildscripts/texbuilder/quickstart/quickstart.tex b/buildscripts/texbuilder/quickstart/quickstart.tex
index 2339028f..c4ef26db 100644
--- a/buildscripts/texbuilder/quickstart/quickstart.tex
+++ b/buildscripts/texbuilder/quickstart/quickstart.tex
@@ -52,7 +52,7 @@
%----------------- TITLE --------------
-\title{\Huge \bfseries PRADO v3.1 Beta Quickstart Tutorial
+\title{\Huge \bfseries PRADO v3.1 RC 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 16a27b08..fee12ba5 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -66,7 +66,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.1.0b';
+ return '3.1.0RC';
}
/**