mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
start version 5.1.21
This commit is contained in:
parent
dc33ad774a
commit
73b957281f
|
@ -1,3 +1,7 @@
|
|||
--------------------------------------------------------------------------------
|
||||
Changes in version 5.1.21
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Changes in version 5.1.20
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
|
@ -396,7 +396,7 @@ class SeedDMS_Core_DMS {
|
|||
$this->lasterror = '';
|
||||
$this->version = '@package_version@';
|
||||
if($this->version[0] == '@')
|
||||
$this->version = '5.1.20';
|
||||
$this->version = '5.1.21';
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
class SeedDMS_Version { /* {{{ */
|
||||
|
||||
const _number = "5.1.20";
|
||||
const _number = "5.1.21";
|
||||
const _string = "SeedDMS";
|
||||
|
||||
function __construct() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user