fix hard coded version number

This commit is contained in:
Uwe Steinmann 2021-08-05 08:39:39 +02:00
parent 401452767e
commit cd9d1fe25f

View File

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