start new version 5.1.12

This commit is contained in:
Uwe Steinmann 2019-06-24 11:55:24 +02:00
parent c9ff525372
commit eccbc5ebd6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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