From f071f84eb463d7f83db43a4a9bbaace947a3b846 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 7 Jun 2013 12:46:37 +0100 Subject: [PATCH] Version 3.0 beta --- README.md | 2 +- lib/config___settings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6a4666..6f42085 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 e5526a6..197424e 100644 --- a/lib/config___settings.php +++ b/lib/config___settings.php @@ -1,7 +1,7 @@ "2.5", + "versionNo" => "3.0 beta", "codeMirrorDir" => "CodeMirror-3.13", "docRoot" => $_SERVER['DOCUMENT_ROOT'], "demoMode" => false,