diff options
Diffstat (limited to 'lib/less.php/Version.php')
-rw-r--r-- | lib/less.php/Version.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/less.php/Version.php b/lib/less.php/Version.php index dceefe5..704ec6e 100644 --- a/lib/less.php/Version.php +++ b/lib/less.php/Version.php @@ -8,8 +8,8 @@ */ class Less_Version{ - const version = '1.7.0.13'; // 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 + 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 } |