From fd72b0f50a355006069c5a336441f08beb7d3c50 Mon Sep 17 00:00:00 2001 From: derchris Date: Mon, 4 Feb 2019 13:11:28 +0100 Subject: Revert "update less.php to PHP 7.x compatible fork" This reverts commit 7ad9f272a482802da2d43fe83841adbe9bcd8cb4. --- lib/less.php/Version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/less.php/Version.php') 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 } -- cgit v1.2.3