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

This commit is contained in:
kieron
2018-04-29 15:06:49 +00:00
parent 57be221f93
commit e61bf3658c
14 changed files with 20 additions and 9 deletions

View File

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