Skip to content

Commit

Permalink
Update Version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored and Asenar committed Jan 27, 2017
1 parent 779e86c commit 712473a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Less/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Less_Version{

const version = '1.7.0.10'; // The current build number of less.php
const less_version = '1.7.5'; // The less.js version that this build should be compatible with
const cache_version = '175'; // The parser cache version
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

}
1 change: 0 additions & 1 deletion test/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,6 @@ function func_trace($len = 1){

if( isset($_GET['file']) ){
echo '<script src="assets/lessjs-config.js"></script>';
//echo '<script src="assets/less-1.6.3.js"></script>';
echo '<script src="assets/less-2.5.3.js"></script>';
}
?>
Expand Down
2 changes: 1 addition & 1 deletion test/release/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class Less_Version{

const version = '1.7.0.9'; // The current build number of less.php
const version = '1.7.0.10'; // 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

Expand Down

0 comments on commit 712473a

Please sign in to comment.