mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
new version 5.1.13
This commit is contained in:
parent
1d2b44a8d9
commit
4767bf69d0
|
@ -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';
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
class SeedDMS_Version {
|
||||
|
||||
public $_number = "5.1.12";
|
||||
public $_number = "5.1.13";
|
||||
private $_string = "SeedDMS";
|
||||
|
||||
function __construct() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user