[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Release numbers 5 * 6 * @package Less 7 * @subpackage version 8 */ 9 class Less_Version{ 10 11 const version = '1.7.0.10'; // The current build number of less.php 12 const less_version = '1.7.0'; // The less.js version that this build should be compatible with 13 const cache_version = '170'; // The parser cache version 14 15 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |