2009-05-01 18:17:53 +00:00
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
2010-02-23 20:58:33 +00:00
|
|
|
// +--------------------------------------------------------------------------------------------+ //
|
|
|
|
// CakePHP Version
|
2009-05-01 18:17:53 +00:00
|
|
|
//
|
|
|
|
// Holds a static string representing the current version of CakePHP
|
|
|
|
//
|
2017-06-10 21:33:55 +00:00
|
|
|
// CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
|
2017-06-10 22:10:52 +00:00
|
|
|
// Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
|
2009-05-01 18:17:53 +00:00
|
|
|
//
|
|
|
|
// Licensed under The MIT License
|
|
|
|
// Redistributions of files must retain the above copyright notice.
|
|
|
|
//
|
2017-06-10 22:10:52 +00:00
|
|
|
// @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
|
2017-06-10 21:33:55 +00:00
|
|
|
// @link https://cakephp.org
|
2013-05-29 13:00:18 +00:00
|
|
|
// @package Cake
|
2009-05-01 18:17:53 +00:00
|
|
|
// @since CakePHP(tm) v 0.2.9
|
2017-06-10 22:23:14 +00:00
|
|
|
// @license https://opensource.org/licenses/mit-license.php MIT License
|
2009-05-01 18:17:53 +00:00
|
|
|
// +--------------------------------------------------------------------------------------------+ //
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
2017-09-18 02:12:29 +00:00
|
|
|
2.10.3
|