Skip to content
Snippets Groups Projects
Select Git revision
  • 1e99c7aa572efb3082090757175b5c01685fd11f
  • master default protected
  • 1-issue-czi-wtf
  • update-deps
4 results

Version.php

Blame
  • Forked from FS Info TU Dortmund / Infoscreen / Infoscreen
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Version.php 329 B
    <?php
    
    /**
     * Release numbers
     *
     * @package Less
     * @subpackage version
     */
    class Less_Version{
    
    	const version = '1.7.0.9';			// The current build number of less.php
    	const less_version = '1.7';			// The less.js version that this build should be compatible with
        const cache_version = '170';		// The parser cache version
    
    }