[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
jurnal-kesmas
/
lib
/
pkp
/
lib
/
vendor
/
wikimedia
/
less.php
/
lib
/
Less
/
[
Home
]
File: Version.php
<?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 }