mirror of https://github.com/FOME-Tech/openblt.git
Refs #165.
- Updated the version number of the UART communication interface DLL to reflect the recently made changes. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@180 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
f1f41b0923
commit
1d3fe6e745
|
@ -562,7 +562,7 @@ end; //*** end of MbiDescription ***
|
|||
//***************************************************************************************
|
||||
function MbiVersion : Longword; stdcall;
|
||||
begin
|
||||
Result := 10002; // v1.00.02
|
||||
Result := 10003; // v1.00.03
|
||||
end; //*** end of MbiVersion ***
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue