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

This commit is contained in:
aaron
2018-05-07 23:45:38 +00:00
parent 2cbea55087
commit 680b758ee7
4 changed files with 76 additions and 27 deletions

View File

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