Version.php 347 B

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