cakephp2-php8/lib/Cake/VERSION.txt

21 lines
1 KiB
Text
Raw Normal View History

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)
// 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.
//
// @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
2017-06-10 21:33:55 +00:00
// @link https://cakephp.org
// @package Cake
2009-05-01 18:17:53 +00:00
// @since CakePHP(tm) v 0.2.9
// @license https://opensource.org/licenses/mit-license.php MIT License
2009-05-01 18:17:53 +00:00
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
2020-01-17 01:56:03 +00:00
2.10.20