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

This commit is contained in:
Uwe Steinmann 2020-09-29 16:40:03 +02:00
commit 94e57c6a5b
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
Changes in version 6.0.14
--------------------------------------------------------------------------------
- merge changes up to 5.1.21
--------------------------------------------------------------------------------
Changes in version 6.0.13
--------------------------------------------------------------------------------
@ -171,6 +176,10 @@
- add document list which can be exported as an archive
- search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.21
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.20
--------------------------------------------------------------------------------

View File

@ -472,7 +472,7 @@ class SeedDMS_Core_DMS {
$this->lasterror = '';
$this->version = '@package_version@';
if($this->version[0] == '@')
$this->version = '6.0.13';
$this->version = '6.0.14';
} /* }}} */
/**

View File

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