first commit

This commit is contained in:
2024-10-28 22:14:22 +01:00
commit b65352c452
40581 changed files with 5712079 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php
/**
* Release numbers
* @author Less
* @copyright Less lib
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
class Less_Version{
const version = '1.7.0.10'; // The current build number of less.php
const less_version = '1.7.0'; // The less.js version that this build should be compatible with
const cache_version = '170'; // The parser cache version
}