start new version 5.1.25

This commit is contained in:
Uwe Steinmann 2021-12-11 14:00:22 +01:00
parent 5e758f2787
commit 5ff285c745
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
--------------------------------------------------------------------------------
Changes in version 5.1.25
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Changes in version 5.1.24
--------------------------------------------------------------------------------

View File

@ -387,7 +387,7 @@ class SeedDMS_Core_DMS {
$this->lasterror = '';
$this->version = '@package_version@';
if($this->version[0] == '@')
$this->version = '5.1.24';
$this->version = '5.1.25';
} /* }}} */
/**

View File

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