ORIENT/vendor/wikimedia/less.php/lib/Less/Version.php

13 lines
304 B
PHP
Raw Normal View History

2021-04-08 08:08:59 +00:00
<?php
/**
* Release numbers
*/
2023-02-27 04:39:19 +00:00
class Less_Version {
2021-04-08 08:08:59 +00:00
2023-02-27 04:39:19 +00:00
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
2021-04-08 08:08:59 +00:00
}