From 447d6ea175343d1aeb9941ab5a4640050a110cb1 Mon Sep 17 00:00:00 2001 From: steinm Date: Wed, 19 Dec 2012 10:30:47 +0000 Subject: [PATCH] new version 4.0.0 --- inc/inc.Version.php | 2 +- install/install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/inc.Version.php b/inc/inc.Version.php index c4c48e57e..02c8f9207 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -19,7 +19,7 @@ class LetoDMS_Version { - var $_number = "3.4.0RC2"; + var $_number = "4.0.0"; var $_string = "LetoDMS"; function LetoDMS_Version() { diff --git a/install/install.php b/install/install.php index 8357bd61c..2c213cf8b 100644 --- a/install/install.php +++ b/install/install.php @@ -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');