diff options
author | derchris | 2019-02-02 15:35:30 +0100 |
---|---|---|
committer | derchris | 2019-02-02 15:35:30 +0100 |
commit | 7ad9f272a482802da2d43fe83841adbe9bcd8cb4 (patch) | |
tree | 75b43a2a8c3ab3dbdcb0694d135f4729c90b8af7 /lib/less.php/Version.php | |
parent | eb6601b2520d48a0be91634fada0389faadde31d (diff) |
update less.php to PHP 7.x compatible fork
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 704ec6e..dceefe5 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.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.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 } |