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

This commit is contained in:
kieron
2018-05-12 15:25:22 +00:00
parent fd2364ecaf
commit cb976d34dc
15 changed files with 4 additions and 4 deletions

View File

@ -3,20 +3,20 @@ unit asuro;
interface
const
VERSION = '1.0.1-726ia';
VERSION = '1.0.1-728ia';
VERSION_MAJOR = '1';
VERSION_MINOR = '0';
VERSION_SUB = '1';
REVISION = '726';
REVISION = '728';
RELEASE = 'ia';
LINE_COUNT = 28185;
LINE_COUNT = 28339;
FILE_COUNT = 90;
DRIVER_COUNT = 32;
FPC_VERSION = '2.6.4';
NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81';
COMPILE_DATE = '12/05/18';
COMPILE_TIME = '16:05:29';
COMPILE_TIME = '16:25:18';
implementation