new version 6.0.7

This commit is contained in:
Uwe Steinmann 2019-01-16 17:57:13 +01:00
parent d33564ce88
commit f4a638ce14
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
- fix editing of document attachments - fix editing of document attachments
- make receipt summary look like approval/review summary - make receipt summary look like approval/review summary
- merge changes up to 5.1.9 - merge changes up to 5.1.10
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Changes in version 6.0.6 Changes in version 6.0.6

View File

@ -452,7 +452,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.6'; $this->version = '6.0.7';
} /* }}} */ } /* }}} */
/** /**

View File

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