From e89a80ea1a1eb3157087124ec59b133409ea9aee Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 2 Aug 2012 07:48:29 +0100 Subject: [PATCH] Version no update to v0.8.0 --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;