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

This commit is contained in:
aaron 2018-05-08 16:29:08 +00:00
parent 10b0fc8c40
commit 3bdba1d786

View File

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