start new version 5.1.26

This commit is contained in:
Uwe Steinmann 2022-04-25 10:12:37 +02:00
parent da94f54294
commit b9a993c2b3

View File

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