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

This commit is contained in:
Uwe Steinmann 2020-05-28 11:54:09 +02:00
commit b2c606f37f
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 6.0.11
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 6.0.10
--------------------------------------------------------------------------------
@ -149,6 +153,10 @@
- add document list which can be exported as an archive
- search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.18
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.17
--------------------------------------------------------------------------------

View File

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

View File

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