Skip to content

Commit

Permalink
Prep release 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Jan 25, 2018
1 parent b1ee513 commit e90646f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.3.3 in development
Version 3.3.3 Jan 25, 2018

BUG: Issue #625 - The url tag produce an extra directory separator before the result (ctrlaltca)
BUG: Issue #610 - IIS: Page redirect dosn't work (ctrlaltca)
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/texbuilder/quickstart/quickstart.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

%----------------- TITLE --------------

\title{\Huge \bfseries PRADO v3.3.2 Quickstart Tutorial
\title{\Huge \bfseries PRADO v3.3.3 Quickstart Tutorial
\thanks{Copyright 2004-2016. All Rights Reserved.}
}
\author{Qiang Xue, Wei Zhuo and Fabio Bas}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"satooshi/php-coveralls": "dev-master"
},
"provide" : {
"pradosoft/prado" : "3.3.2"
"pradosoft/prado" : "3.3.3"
},
"suggest" : {
"ext-apc" : "*",
Expand Down
2 changes: 1 addition & 1 deletion framework/PradoBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class PradoBase
*/
public static function getVersion()
{
return '3.3.2';
return '3.3.3';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion framework/Web/Javascripts/source/prado/prado.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ var Prado =
* Version of Prado clientscripts
* @var Version
*/
Version: '3.3.2',
Version: '3.3.3',

/**
* Registry for Prado components
Expand Down
2 changes: 1 addition & 1 deletion framework/pradolite.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PradoBase
protected static $classExists = array();
public static function getVersion()
{
return '3.3.2';
return '3.3.3';
}
public static function initErrorHandlers()
{
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<body>
<h1>PRADO Framework for PHP 5 </h1>
<p>Version 3.3.2<br>
Copyright&copy; 2004-2016 by <a href="https://github.com/pradosoft">The PRADO Group</a><br>
<p>Version 3.3.3<br>
Copyright&copy; 2004-2018 by <a href="https://github.com/pradosoft">The PRADO Group</a><br>
All Rights Reserved.
</p>

Expand Down Expand Up @@ -156,7 +156,7 @@ <h2>License</h2>
the terms of the following BSD License.
</p>
<p>
Copyright 2004-2016 by The PRADO Group (https://github.com/pradosoft)<br/>
Copyright 2004-2018 by The PRADO Group (https://github.com/pradosoft)<br/>
All rights reserved.
</p>
<p>
Expand Down

0 comments on commit e90646f

Please sign in to comment.