cakephp2-php8/lib/Cake/VERSION.txt

21 lines
1 KiB
Text
Raw Permalink Normal View History

2009-05-01 11:17:53 -07:00
////////////////////////////////////////////////////////////////////////////////////////////////////
2010-02-24 07:58:33 +11:00
// +--------------------------------------------------------------------------------------------+ //
// CakePHP Version
2009-05-01 11:17:53 -07:00
//
// Holds a static string representing the current version of CakePHP
//
2017-06-10 23:33:55 +02:00
// CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
// Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
2009-05-01 11:17:53 -07: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 23:33:55 +02:00
// @link https://cakephp.org
// @package Cake
2009-05-01 11:17:53 -07:00
// @since CakePHP(tm) v 0.2.9
// @license https://opensource.org/licenses/mit-license.php MIT License
2009-05-01 11:17:53 -07:00
// +--------------------------------------------------------------------------------------------+ //
////////////////////////////////////////////////////////////////////////////////////////////////////
2020-12-15 21:47:53 -05:00
2.10.24