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

This commit is contained in:
kieron
2018-05-05 17:46:43 +00:00
parent 7a7a9667d2
commit 37741b6cea
12 changed files with 18 additions and 6 deletions

View File

@ -3,13 +3,13 @@ unit asuro;
interface
const
VERSION = '1.0.0-660a';
VERSION = '1.0.0-661a';
VERSION_MAJOR = '1';
VERSION_MINOR = '0';
VERSION_SUB = '0';
REVISION = '660';
REVISION = '661';
RELEASE = 'a';
LINE_COUNT = 26872;
LINE_COUNT = 26884;
implementation