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

This commit is contained in:
kieron
2018-05-01 13:57:18 +00:00
parent 856362f9b3
commit 98582f425b
2 changed files with 140 additions and 34 deletions

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