new version 6.0.6

This commit is contained in:
Uwe Steinmann 2018-03-20 10:09:23 +01:00
parent f6ba941e68
commit 6211014896
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
VERSION=6.0.5 VERSION=6.0.6
SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc styles TODO LICENSE webdav install restapi pdfviewer SRC=CHANGELOG inc conf utils index.php languages views op out controllers doc styles TODO LICENSE webdav install restapi pdfviewer
# webapp # webapp

View File

@ -451,7 +451,7 @@ class SeedDMS_Core_DMS {
$this->callbacks = array(); $this->callbacks = array();
$this->version = '@package_version@'; $this->version = '@package_version@';
if($this->version[0] == '@') if($this->version[0] == '@')
$this->version = '6.0.5'; $this->version = '6.0.6';
} /* }}} */ } /* }}} */
/** /**

View File

@ -20,7 +20,7 @@
class SeedDMS_Version { class SeedDMS_Version {
public $_number = "6.0.5"; public $_number = "6.0.6";
private $_string = "SeedDMS"; private $_string = "SeedDMS";
function __construct() { function __construct() {

View File

@ -123,7 +123,7 @@ function fileExistsInIncludePath($file) { /* {{{ */
* Load default settings + set * Load default settings + set
*/ */
define("SEEDDMS_INSTALL", "on"); define("SEEDDMS_INSTALL", "on");
define("SEEDDMS_VERSION", "6.0.5"); define("SEEDDMS_VERSION", "6.0.6");
require_once('../inc/inc.ClassSettings.php'); require_once('../inc/inc.ClassSettings.php');