git-svn-id: https://spexeah.com:8443/svn/Asuro@576 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron
2018-04-29 14:20:35 +00:00
parent c216add451
commit 9b15036772
13 changed files with 11 additions and 11 deletions

View File

@ -3,11 +3,11 @@ unit asuro;
interface
const
VERSION = '1.0.0-573a';
VERSION = '1.0.0-575a';
VERSION_MAJOR = '1';
VERSION_MINOR = '0';
VERSION_SUB = '0';
REVISION = '573';
REVISION = '575';
RELEASE = 'a';
implementation