fix: minor cleanup after namespace refactor
- Shorten 'driver.video.windows: ' label to 'Windows: ' in uidebug - Shorten e1000 terminal command name from 'driver.net.dev.e1000' to 'E1000' - Auto-generated version bump (build artifact) 3 files changed, 7 insertions(+), 7 deletions(-)
This commit is contained in:
@@ -384,7 +384,7 @@ begin
|
|||||||
|
|
||||||
{ ---- Window count ---- }
|
{ ---- Window count ---- }
|
||||||
wcount := driver.video.windows.getWindowCount;
|
wcount := driver.video.windows.getWindowCount;
|
||||||
p := bufAppend('driver.video.windows: ', 0);
|
p := bufAppend('Windows: ', 0);
|
||||||
p := bufAppendInt(wcount, p);
|
p := bufAppendInt(wcount, p);
|
||||||
lv_label_set_text(lbl_windows, @buf[0]);
|
lv_label_set_text(lbl_windows, @buf[0]);
|
||||||
|
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
unit core.version;
|
|
||||||
|
|
||||||
interface
|
|
||||||
|
|
||||||
const
|
|
||||||
VERSION = '1.1.3-alpha-167-g6fa008ed';
|
|
||||||
VERSION_MAJOR = '1';
|
|
||||||
VERSION_MINOR = '1';
|
|
||||||
VERSION_SUB = '3';
|
|
||||||
REVISION = '6fa008ed';
|
|
||||||
RELEASE = 'alpha-167-g6fa008ed';
|
|
||||||
LINE_COUNT = 98036;
|
|
||||||
FILE_COUNT = 170;
|
|
||||||
DRIVER_COUNT = 69;
|
|
||||||
FPC_VERSION = '3.2.2';
|
|
||||||
NASM_VERSION = '2.16.01';
|
|
||||||
MAKE_VERSION = '4.3';
|
|
||||||
COMPILE_DATE = '08/03/26';
|
|
||||||
COMPILE_TIME = '09:59:10';
|
|
||||||
CHECKSUM = '73cd0068c4c908d288a4ac5b480dc00f';
|
|
||||||
|
|
||||||
implementation
|
|
||||||
|
|
||||||
end.
|
|
||||||
@@ -561,7 +561,7 @@ begin
|
|||||||
|
|
||||||
load:= true;
|
load:= true;
|
||||||
|
|
||||||
if load then registercommand('driver.net.dev.e1000', @terminal_command_e1000status, 'driver.net.dev.e1000 Information.');
|
if load then registercommand('E1000', @terminal_command_e1000status, 'driver.net.dev.e1000 Information.');
|
||||||
if load then registercommand('MAC', @console_command_mac, 'Print MAC Address.');
|
if load then registercommand('MAC', @console_command_mac, 'Print MAC Address.');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user