Skip to content

Commit

Permalink
Bump version number to 1.3.17
Browse files Browse the repository at this point in the history
We missed a commit in 1.3.16 and need to make a new tag.
  • Loading branch information
markstory committed Jun 25, 2013
1 parent 51beab4 commit 143d7d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cake/VERSION.txt
Expand Up @@ -18,4 +18,5 @@
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
1.3.16
1.3.17

2 changes: 1 addition & 1 deletion cake/config/config.php
Expand Up @@ -17,5 +17,5 @@
* @since CakePHP(tm) v 1.1.11.4062
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
$config['Cake.version'] = '1.3.16';
$config['Cake.version'] = '1.3.17';
return $config;
2 changes: 1 addition & 1 deletion cake/libs/view/pages/home.ctp
Expand Up @@ -24,7 +24,7 @@ endif;
<p>For updates and important announcements, visit http://cakefest.org</p>
</iframe>
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2>
<a href="http://cakephp.org/changelogs/1.3.16"><?php __('Read the changelog'); ?> </a>
<a href="http://cakephp.org/changelogs/1.3.17"><?php __('Read the changelog'); ?> </a>
<?php
if (Configure::read() > 0):
Debugger::checkSecurityKeys();
Expand Down

0 comments on commit 143d7d7

Please sign in to comment.