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

This commit is contained in:
kieron
2018-05-05 02:44:45 +00:00
parent d4b9c55000
commit 7a7a9667d2
13 changed files with 3 additions and 3 deletions

View File

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