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

This commit is contained in:
kieron
2018-05-02 17:58:40 +00:00
parent b42c7641e6
commit c113935be7
11 changed files with 3 additions and 3 deletions

View File

@ -533,7 +533,7 @@ begin
load:= true;
if load then registercommand('E1000', @console_command_sendtest, 'Test sending a ARP Request.');
if load then registercommandEx('E1000', @console_command_sendtest, 'Test sending a ARP Request.', true);
if load then registercommand('MAC', @console_command_mac, 'Print MAC Address.');
end;

View File

@ -3,11 +3,11 @@ unit asuro;
interface
const
VERSION = '1.0.0-649a';
VERSION = '1.0.0-651a';
VERSION_MAJOR = '1';
VERSION_MINOR = '0';
VERSION_SUB = '0';
REVISION = '649';
REVISION = '651';
RELEASE = 'a';
implementation