start new version 5.1.16

This commit is contained in:
Uwe Steinmann 2020-03-04 17:51:25 +01:00
parent e543f100d5
commit 25b979d9ef
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 5.1.16
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.15
--------------------------------------------------------------------------------

View File

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

View File

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