new version 4.0.0

This commit is contained in:
steinm 2012-12-19 10:30:47 +00:00
parent 6117a81b64
commit 447d6ea175
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
class LetoDMS_Version {
var $_number = "3.4.0RC2";
var $_number = "4.0.0";
var $_string = "LetoDMS";
function LetoDMS_Version() {

View File

@ -88,7 +88,7 @@ function printCheckError($resCheck) { /* {{{ */
* Load default settings + set
*/
define("LETODMS_INSTALL", "on");
define("LETODMS_VERSION", "3.4.0");
define("LETODMS_VERSION", "4.0.0");
require_once('../inc/inc.ClassSettings.php');