Version no update to v0.8.0

This commit is contained in:
Matt Pass
2012-08-02 07:48:29 +01:00
parent ef44be8240
commit e89a80ea1a

View File

@@ -29,7 +29,7 @@ include($settingsFile);
// Add ICEcoder settings to beginning of $ICEcoder array
$ICEcoder = array(
"versionNo" => "v 0.7.9",
"versionNo" => "v 0.8.0",
"codeMirrorDir" => "CodeMirror-2.32",
"cMThisVer" => 2.32
)+$ICEcoder;