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

This commit is contained in:
kieron
2018-09-29 12:50:40 +00:00
parent 8066634367
commit 0c939b8b31
3 changed files with 129 additions and 7 deletions

View File

@ -3,20 +3,20 @@ unit asuro;
interface
const
VERSION = '1.0.1-745ia';
VERSION = '1.0.1-746ia';
VERSION_MAJOR = '1';
VERSION_MINOR = '0';
VERSION_SUB = '1';
REVISION = '745';
REVISION = '746';
RELEASE = 'ia';
LINE_COUNT = 29372;
FILE_COUNT = 110;
LINE_COUNT = 29502;
FILE_COUNT = 104;
DRIVER_COUNT = 32;
FPC_VERSION = '2.6.4';
NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81';
COMPILE_DATE = '22/05/18';
COMPILE_TIME = '04:31:53';
COMPILE_DATE = '29/09/18';
COMPILE_TIME = '13:46:48';
implementation