MDL-53513 libraries: update lessphp to version 1.7.0.10

This commit is contained in:
Simey Lameze
2016-03-21 13:01:43 +08:00
parent fed66ad9e2
commit b0d985e81f
14 changed files with 61 additions and 48 deletions
+3 -3
View File
@@ -8,8 +8,8 @@
*/
class Less_Version{
const version = '1.7.0.9'; // 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
const version = '1.7.0.10'; // The current build number of less.php
const less_version = '1.7.0'; // The less.js version that this build should be compatible with
const cache_version = '170'; // The parser cache version
}