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

This commit is contained in:
kieron
2018-05-08 02:15:00 +00:00
parent 680b758ee7
commit 35528c3b5c
16 changed files with 70 additions and 6 deletions

View File

@ -3,20 +3,20 @@ unit asuro;
interface
const
VERSION = '1.0.1-672ia';
VERSION = '1.0.1-673ia';
VERSION_MAJOR = '1';
VERSION_MINOR = '0';
VERSION_SUB = '1';
REVISION = '672';
REVISION = '673';
RELEASE = 'ia';
LINE_COUNT = 28133;
FILE_COUNT = 89;
DRIVER_COUNT = 33;
LINE_COUNT = 27530;
FILE_COUNT = 88;
DRIVER_COUNT = 32;
FPC_VERSION = '2.6.4';
NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81';
COMPILE_DATE = '08/05/18';
COMPILE_TIME = '00:44:47';
COMPILE_TIME = '01:09:46';
implementation