From 09e1562fbc200b8d2e579cd010373ae852df633b Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 30 Dec 2012 17:15:24 +0000 Subject: [PATCH] Version 1.4 --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.php b/lib/settings.php index 36c5a1c..ca6ca34 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -38,7 +38,7 @@ include($settingsFile); // Add ICEcoder settings to beginning of $ICEcoder array $ICEcoder = array( - "versionNo" => "1.3", + "versionNo" => "1.4", "codeMirrorDir" => "CodeMirror-3.0", "demoMode" => false )+$ICEcoder;