Version.php 328 B

123456789101112131415
  1. <?php
  2. /**
  3. * Release numbers
  4. *
  5. * @package Less
  6. * @subpackage version
  7. */
  8. class Less_Version{
  9. const version = '1.7.0.3'; // The current build number of less.php
  10. const less_version = '1.7'; // The less.js version that this build should be compatible with
  11. const cache_version = '170'; // The parser cache version
  12. }