diff --git a/XEditLib.dproj b/XEditLib.dproj
index 6450f01..2946230 100644
--- a/XEditLib.dproj
+++ b/XEditLib.dproj
@@ -91,9 +91,10 @@
0
- CompanyName=;FileDescription=;FileVersion=0.5.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=0.5;Comments=
+ CompanyName=;FileDescription=;FileVersion=0.5.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=0.5;Comments=
false
5
+ 1
diff --git a/XEditLib.res b/XEditLib.res
index deb59ac..7df0890 100644
Binary files a/XEditLib.res and b/XEditLib.res differ
diff --git a/tests/txImports.pas b/tests/txImports.pas
index 0faa68a..d729dae 100644
--- a/tests/txImports.pas
+++ b/tests/txImports.pas
@@ -141,7 +141,7 @@ interface
// RECORD HANDLING METHODS
function GetFormID(_id: Cardinal; formID: PCardinal; local: WordBool): WordBool; cdecl; external 'XEditLib.dll';
function SetFormID(_id: Cardinal; formID: Cardinal; local, fixReferences: WordBool): WordBool; cdecl; external 'XEditLib.dll';
- function GetRecord(_id: Cardinal; formID: Cardinal; _res: PCardinal): WordBool; cdecl; external 'XEditLib.dll';
+ function GetRecord(_id: Cardinal; formID: Cardinal; searchMasters: WordBool; _res: PCardinal): WordBool; cdecl; external 'XEditLib.dll';
function GetRecords(_id: Cardinal; search: PWideChar; includeOverrides: WordBool; len: PInteger): WordBool; cdecl; external 'XEditLib.dll';
function GetREFRs(_id: Cardinal; search: PWideChar; flags: Cardinal; len: PInteger): WordBool; cdecl; external 'XEditLib.dll';
function GetOverrides(_id: Cardinal; count: PInteger): WordBool; cdecl; external 'XEditLib.dll';