summaryrefslogtreecommitdiffstats
path: root/vendor/wikimedia/less.php/lib/Less/Version.php
blob: 1c96e8e08ecb276fc5e2080197b1eabf2e042b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

/**
 * Release numbers
 */
class Less_Version {

	public const version = '3.2.1';			// The current build number of less.php
	public const less_version = '2.5.3';		// The less.js version that this build should be compatible with
	public const cache_version = '253';		// The parser cache version

}