MDL-51530 libraries: Upgrade less.php to 1.7.0.9

This commit is contained in:
Damyon Wiese
2015-10-02 05:03:40 +00:00
committed by Ryan Wyllie
parent fd57d685c7
commit df09876082
11 changed files with 477 additions and 97 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
*/
class Less_Version{
const version = '1.7.0.3'; // The current build number of less.php
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
}
}