[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/lessphp/ -> Version.php (source)

   1  <?php
   2  
   3  /**
   4   * Release numbers
   5   *
   6   * @package Less
   7   * @subpackage version
   8   */
   9  class Less_Version{
  10  
  11      const version = '1.7.0.1';            // The current build number of less.php
  12      const less_version = '1.7';            // The less.js version that this build should be compatible with
  13      const cache_version = '170';        // The parser cache version
  14  
  15  }


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1