Seditio Source
Root |
./othercms/PHPFusion 9.10.20/includes/classes/PHPFusion/Atom/lib/Less/Version.php
<?php

// https://github.com/wikimedia/less.php

/**
 * Release numbers
 *
 * @package Less
 * @subpackage version
 */
class Less_Version{

    const
version = '1.8.1';            // 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

}