From c0eb4172a27b212247b4c308eb411b78730092a1 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 7 Sep 2012 17:31:58 +0100 Subject: [PATCH] Version no now at v 0.8.3 --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.php b/lib/settings.php index 11cbf44..86357ce 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.8.2", + "versionNo" => "v 0.8.3", "codeMirrorDir" => "CodeMirror-2.33", "cMThisVer" => 2.33 )+$ICEcoder;