Version no now 0.7.7 and using CodeMirror 2.3

This commit is contained in:
Matt Pass
2012-07-07 14:37:19 +01:00
parent 1a81c0b918
commit 1297705b53

View File

@@ -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;