mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 15:24:00 +01:00
Version no now 0.7.7 and using CodeMirror 2.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$versionNo = "v 0.7.6";
|
||||
$codeMirrorDir = "CodeMirror-2.25";
|
||||
$cMThisVer = 2.25;
|
||||
$versionNo = "v 0.7.7";
|
||||
$codeMirrorDir = "CodeMirror-2.3";
|
||||
$cMThisVer = 2.3;
|
||||
$tabsIndent = true;
|
||||
$checkUpdates = false;
|
||||
$openLastFiles = true;
|
||||
|
||||
Reference in New Issue
Block a user