Sukhwinder Dhillon b291d7ce3d Add new less lib
2021-06-23 16:13:49 +02:00

16 lines
335 B
PHP

<?php
/**
* Release numbers
*
* @package Less
* @subpackage version
*/
class Less_Version {
const version = '3.1.0'; // The current build number of less.php
const less_version = '2.5.3'; // The less.js version that this build should be compatible with
const cache_version = '253'; // The parser cache version
}