VERSION.txt 1003 B

12345678910111213141516171819
  1. ////////////////////////////////////////////////////////////////////////////////////////////////////
  2. // +--------------------------------------------------------------------------------------------+ //
  3. // CakePHP Version
  4. //
  5. // Holds a static string representing the current version of CakePHP
  6. //
  7. // CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
  8. // Copyright (c) Cake Software Foundation, Inc. (https://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. (https://cakefoundation.org)
  14. // @link https://cakephp.org
  15. // @since CakePHP(tm) v 0.2.9
  16. // @license https://opensource.org/licenses/mit-license.php MIT License
  17. // +--------------------------------------------------------------------------------------------+ //
  18. ////////////////////////////////////////////////////////////////////////////////////////////////////
  19. 3.10.0