git-svn-id: https://spexeah.com:8443/svn/Asuro@652 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user