From 55def4402a120625b353cd7fe1b3c64165f791b1 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 3 May 2014 15:01:19 +0100 Subject: [PATCH] Version 4.0 --- README.md | 2 +- lib/config___settings.php | 2 +- lib/config___users-template.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13ae7c5..bb66550 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. It uses the brilliant CodeMirror for code highlighting & editing, with a slick IDE wrapped around it to make the whole thing work. -ICEcoder web IDE +ICEcoder web IDE ###Requirements You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available (5.3 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac). diff --git a/lib/config___settings.php b/lib/config___settings.php index 3579b3e..601a60d 100644 --- a/lib/config___settings.php +++ b/lib/config___settings.php @@ -1,7 +1,7 @@ "4.0 beta", + "versionNo" => "4.0", "codeMirrorDir" => "CodeMirror-3.23", "docRoot" => $_SERVER['DOCUMENT_ROOT'], "demoMode" => false, diff --git a/lib/config___users-template.php b/lib/config___users-template.php index d72f952..2ee2707 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -1,6 +1,6 @@ "4.0 beta", +"versionNo" => "4.0", "root" => "", "checkUpdates" => true, "openLastFiles" => true,