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

This commit is contained in:
kieron
2018-05-01 14:07:36 +00:00
parent b94a5932a2
commit 0618e0a10a
12 changed files with 10 additions and 2 deletions

View File

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