Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
////////////////////////////////////////////////////////////////////////////////////////////////////
2
// +--------------------------------------------------------------------------------------------+ //
3
// CakePHP Version
4
//
5
// Holds a static string representing the current version of CakePHP
6
//
7
// CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
// Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
//
10
// Licensed under The MIT License
11
// Redistributions of files must retain the above copyright notice.
12
//
13
// @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
// @link          http://cakephp.org
15
// @package       Cake
16
// @since         CakePHP(tm) v 0.2.9
17
// @license       http://www.opensource.org/licenses/mit-license.php MIT License
18
// +--------------------------------------------------------------------------------------------+ //
19
////////////////////////////////////////////////////////////////////////////////////////////////////
20
2.4.3