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

This commit is contained in:
kieron
2018-05-01 20:14:38 +00:00
parent 581a374a71
commit 96025771fe
70 changed files with 101 additions and 4 deletions

View File

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