diff options
author | MaZderMind | 2015-10-06 13:01:43 +0200 |
---|---|---|
committer | MaZderMind | 2015-10-06 13:01:43 +0200 |
commit | 428a7f2bc69db91633574a91b5afdd64593c2912 (patch) | |
tree | 37f8a925cfb2b475ade6249406835aed096253d4 /lib/less.php/Version.php | |
parent | 3d2439faecd44be86f2da5aa7cafff6eb2df0491 (diff) | |
parent | d0e4536fafdeae749cf0f6e4934817a2a7adcefd (diff) |
Merge branch 'php-less-compiler'
Diffstat (limited to 'lib/less.php/Version.php')
-rw-r--r-- | lib/less.php/Version.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/less.php/Version.php b/lib/less.php/Version.php new file mode 100644 index 0000000..704ec6e --- /dev/null +++ b/lib/less.php/Version.php @@ -0,0 +1,15 @@ +<?php + +/** + * Release numbers + * + * @package Less + * @subpackage version + */ +class Less_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 + +} |