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

This commit is contained in:
kieron
2018-05-10 07:56:44 +00:00
parent fabe8bd6eb
commit 514b6a1683
24 changed files with 57 additions and 18 deletions

View File

@ -3,20 +3,20 @@ unit asuro;
interface
const
VERSION = '1.0.1-674ia';
VERSION = '1.0.1-677ia';
VERSION_MAJOR = '1';
VERSION_MINOR = '0';
VERSION_SUB = '1';
REVISION = '674';
REVISION = '677';
RELEASE = 'ia';
LINE_COUNT = 27628;
LINE_COUNT = 27664;
FILE_COUNT = 89;
DRIVER_COUNT = 32;
FPC_VERSION = '2.6.4';
NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81';
COMPILE_DATE = '10/05/18';
COMPILE_TIME = '08:36:31';
COMPILE_TIME = '08:56:35';
implementation