diff --git a/README.md b/README.md index 12c53e3..b5dc931 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,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 diff --git a/classes/Settings.php b/classes/Settings.php index 31f37b4..9d37b46 100644 --- a/classes/Settings.php +++ b/classes/Settings.php @@ -7,7 +7,7 @@ class Settings public function __construct() { // Set version number and document root as core settings - $this->versionNo = "7.0"; + $this->versionNo = "8.0 beta"; $this->docRoot = $_SERVER['DOCUMENT_ROOT']; } diff --git a/lib/template-config-users.php b/lib/template-config-users.php index ccae588..0e692f3 100644 --- a/lib/template-config-users.php +++ b/lib/template-config-users.php @@ -1,7 +1,7 @@