From c2fcdd6b9fd46befceed608a10cf1571b49ae723 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 20 Sep 2012 00:13:48 +0100 Subject: [PATCH] Version 0.8.6 --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.php b/lib/settings.php index 9ab6821..45bf58a 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" => "0.8.5", + "versionNo" => "0.8.6", "codeMirrorDir" => "CodeMirror-2.34", "cMThisVer" => 2.34 )+$ICEcoder;