]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - vendor/oyejorge/less.php/lib/Less/Version.php
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / vendor / oyejorge / less.php / lib / Less / Version.php
1 <?php
2
3 /**
4  * Release numbers
5  *
6  * @package Less
7  * @subpackage version
8  */
9 class Less_Version{
10
11         const version = '1.7.0.13';                     // The current build number of less.php
12         const less_version = '2.5.3';                   // The less.js version that this build should be compatible with
13     const cache_version = '253';                // The parser cache version
14
15 }