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

This commit is contained in:
kieron
2018-04-29 16:05:54 +00:00
parent c01c39e928
commit ff0bbb444c
10 changed files with 12 additions and 12 deletions

View File

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