From 021a217f2cd401a1e2ff9177878d67dd5d99e1a6 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 19 Sep 2012 09:15:39 +0100 Subject: [PATCH] Version 0.8.5 --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.php b/lib/settings.php index 3f1371e..fe7c19f 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.4", + "versionNo" => "0.8.5", "codeMirrorDir" => "CodeMirror-2.33", "cMThisVer" => 2.33 )+$ICEcoder;