Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2020-03-04 17:58:01 +01:00
commit 45acd496d6
3 changed files with 6 additions and 2 deletions

View File

@ -125,6 +125,10 @@
- add document list which can be exported as an archive
- search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.16
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.15
--------------------------------------------------------------------------------

View File

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

View File

@ -20,7 +20,7 @@
class SeedDMS_Version { /* {{{ */
const _number = "6.0.8";
const _number = "6.0.9";
const _string = "SeedDMS";
function __construct() {