Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
Less_Version
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3/**
4 * Version numbers
5 */
6class Less_Version {
7
8    /* Current release version of less.php */
9    public const version = '4.2.1';
10
11    /* Upstream less.js version that this release should be compatible with */
12    public const less_version = '2.5.3';
13
14    /* Parser cache version */
15    public const cache_version = '253-2';
16}