Version 4.5

This commit is contained in:
Matt Pass
2014-11-21 10:56:14 +00:00
parent edbe8af62f
commit 7acd53dd54
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?php
// ICEcoder system settings
$ICEcoderSettings = array(
"versionNo" => "4.4",
"versionNo" => "4.5",
"codeMirrorDir" => "CodeMirror-4.7",
"docRoot" => $_SERVER['DOCUMENT_ROOT'],
"demoMode" => false,

View File

@@ -1,6 +1,6 @@
<?php
$ICEcoderUserSettings = array(
"versionNo" => "4.4",
"versionNo" => "4.5",
"licenseEmail" => "",
"licenseCode" => "",
"configCreateDate" => 0,