summaryrefslogtreecommitdiffstats
path: root/library/vendor/lessphp/lib/Less/Version.php
blob: d9ad50a7a0c157f026ddf148876291eecf66ac50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

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

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

}