Skip to content

Commit 0a1da15

Browse files
committed
Build 1.4.4.119 - Fixed #32
1 parent 8536bda commit 0a1da15

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

project/Sorting.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@
298298
<DCC_DcuOutput>../output</DCC_DcuOutput>
299299
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
300300
<VerInfo_Locale>1046</VerInfo_Locale>
301-
<VerInfo_Build>105</VerInfo_Build>
301+
<VerInfo_Build>119</VerInfo_Build>
302302
<VerInfo_Debug>true</VerInfo_Debug>
303303
<VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
304-
<VerInfo_Keys>CompanyName=Bomrafinha;FileDescription=$(MSBuildProjectName);FileVersion=1.4.4.105;InternalName=SortingAlgorithms;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
304+
<VerInfo_Keys>CompanyName=Bomrafinha;FileDescription=$(MSBuildProjectName);FileVersion=1.4.4.119;InternalName=SortingAlgorithms;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
305305
<DCC_UnitSearchPath>../app;../output;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
306306
<VerInfo_MinorVer>4</VerInfo_MinorVer>
307307
<VerInfo_Release>4</VerInfo_Release>

src/SortInterfaces/U_SortClass.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ constructor TSortClass.Create(Owner : TLayout; delay : Single);
9090
fNomes.Add(fOwner.Controls[I].Name);
9191
end;
9292

93-
fNomes.SaveToFile('D:\Users\Bomrafinha\Desktop\rafinha.txt');
94-
9593
preencheTela();
9694

9795
end;

0 commit comments

Comments
 (0)