Base for a static organization website

VERSION.txt 1.0KB

1234567891011121314151617181920
  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.7.6