mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
new version 4.0.0
This commit is contained in:
parent
6117a81b64
commit
447d6ea175
|
@ -19,7 +19,7 @@
|
|||
|
||||
class LetoDMS_Version {
|
||||
|
||||
var $_number = "3.4.0RC2";
|
||||
var $_number = "4.0.0";
|
||||
var $_string = "LetoDMS";
|
||||
|
||||
function LetoDMS_Version() {
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user