File: Version.php

package info (click to toggle)
icingaweb2 2.11.4-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 33,368 kB
  • sloc: php: 208,116; javascript: 4,787; sql: 307; sh: 78; xml: 74; makefile: 35
file content (15 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * Release numbers
 *
 * @package Less
 * @subpackage version
 */
class Less_Version {

    const version = '3.1.0';			// The current build number of less.php
    const less_version = '2.5.3';		// The less.js version that this build should be compatible with
    const cache_version = '253';		// The parser cache version

}