summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/PradoBase.php2
-rw-r--r--framework/Util/TDateTimeStamp.php1
-rw-r--r--framework/Web/Javascripts/source/prado/prado.js2
3 files changed, 3 insertions, 2 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 403fdb80..80bd7378 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -71,7 +71,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.2.0';
+ return '3.2.1';
}
/**
diff --git a/framework/Util/TDateTimeStamp.php b/framework/Util/TDateTimeStamp.php
index 26355bec..65979fbb 100644
--- a/framework/Util/TDateTimeStamp.php
+++ b/framework/Util/TDateTimeStamp.php
@@ -23,6 +23,7 @@
* @version $Id$
* @package System.Util
* @since 3.0.4
+ * @deprecated since 3.2.1
*/
class TDateTimeStamp
{
diff --git a/framework/Web/Javascripts/source/prado/prado.js b/framework/Web/Javascripts/source/prado/prado.js
index 2fcb2c1e..36a08426 100644
--- a/framework/Web/Javascripts/source/prado/prado.js
+++ b/framework/Web/Javascripts/source/prado/prado.js
@@ -8,7 +8,7 @@ var Prado =
* Version of Prado clientscripts
* @var Version
*/
- Version: '3.2',
+ Version: '3.2.1',
/**
* Registry for Prado components