new version 5.1.13

This commit is contained in:
Uwe Steinmann 2019-08-08 09:37:33 +02:00
parent 1d2b44a8d9
commit 4767bf69d0
2 changed files with 2 additions and 2 deletions

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.12';
$this->version = '5.1.13';
} /* }}} */
/**

View File

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