diff options
author | derchris | 2019-02-04 13:11:28 +0100 |
---|---|---|
committer | derchris | 2019-02-04 13:11:28 +0100 |
commit | fd72b0f50a355006069c5a336441f08beb7d3c50 (patch) | |
tree | 771ae594586840cb7c7c4fdedeb15e2ca3cf2d2b /lib/less.php/Version.php | |
parent | 2ea11c4a04371adbc865678dd6eca12aefca0013 (diff) |
Revert "update less.php to PHP 7.x compatible fork"
This reverts commit 7ad9f272a482802da2d43fe83841adbe9bcd8cb4.
Diffstat (limited to '')
-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 } |