diff --git a/lib/settings.php b/lib/settings.php index 4c0dfe7..e623270 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -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;