less module modification, dont know if i have to keep it
This commit is contained in:
15
sites/all/libraries/less.php/Version.php
Normal file
15
sites/all/libraries/less.php/Version.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Release numbers
|
||||
*
|
||||
* @package Less
|
||||
* @subpackage version
|
||||
*/
|
||||
class Less_Version{
|
||||
|
||||
const version = '1.7.0.3'; // The current build number of less.php
|
||||
const less_version = '1.7'; // The less.js version that this build should be compatible with
|
||||
const cache_version = '170'; // The parser cache version
|
||||
|
||||
}
|
Reference in New Issue
Block a user