We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47b07d commit f43dd77Copy full SHA for f43dd77
source/main.pas
@@ -240,7 +240,7 @@ implementation
240
// 'udp://open.demonii.com:1337/announce'
241
);
242
//program name and version
243
- FORM_CAPTION = 'Bittorrent tracker editor (1.31)';
+ FORM_CAPTION = 'Bittorrent tracker editor (1.32 BETA)';
244
TORRENT_FILES_CONTENTS_FORM_CAPTION =
245
'Show all the files inside the torrents. (Use right mouse for popup menu.)';
246
source/trackereditor.lpi
@@ -565,7 +565,7 @@
565
</CodeGeneration>
566
<Linking>
567
<Debugging>
568
- <UseHeaptrc Value="True"/>
+ <GenerateDebugInfo Value="False"/>
569
<StripSymbols Value="True"/>
570
</Debugging>
571
<LinkSmart Value="True"/>
0 commit comments