v0.7.9 and upgrade to CodeMirror 2.32

This commit is contained in:
Matt Pass
2012-07-24 07:25:18 +01:00
parent e6bc582e16
commit 0ee2193b3c

View File

@@ -1,8 +1,8 @@
<?php
$ICEcoder = array(
"versionNo" => "v 0.7.8",
"codeMirrorDir" => "CodeMirror-2.31",
"cMThisVer" => 2.31,
"versionNo" => "v 0.7.9",
"codeMirrorDir" => "CodeMirror-2.32",
"cMThisVer" => 2.32,
"root" => $_SERVER['DOCUMENT_ROOT']."",
"tabsIndent" => true,
"checkUpdates" => false,