Skip to content

Commit

Permalink
staging for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
bongochong committed Jul 7, 2020
1 parent 7b8a2fc commit b4d109e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
Binary file modified Source/CWP-Utilities-Current/CWPU-Tray.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/CWPU-Tray-Tool/CWPUTray3.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/>
<MinorVersionNr Value="7"/>
<RevisionNr Value="6"/>
<RevisionNr Value="7"/>
<CharSet Value="04B0"/>
<Attributes pvaSpecialBuild="True"/>
<StringTable CompanyName="Bongo Chong Inc." FileDescription="CWPU Tray Launcher" InternalName="CWPUTL" LegalCopyright="Bongo Chong (C)" LegalTrademarks="CWP Utilities (TM)" ProductName="CWPU Tray Launcher" ProductVersion="1.7.6"/>
<StringTable CompanyName="Bongo Chong Inc." FileDescription="CWPU Tray Launcher" InternalName="CWPUTL" LegalCopyright="Bongo Chong (C)" LegalTrademarks="CWP Utilities (TM)" ProductName="CWPU Tray Launcher" ProductVersion="1.7.7"/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="Default" Default="True"/>
Expand Down
9 changes: 6 additions & 3 deletions Source/CWPU-Tray-Tool/CWPUTray3.lps
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/>
<IsVisibleTab Value="True"/>
<TopLine Value="114"/>
<CursorPos X="21" Y="127"/>
<CursorPos X="29" Y="131"/>
<ComponentState Value="1"/>
<UsageCount Value="27"/>
<Loaded Value="True"/>
Expand All @@ -35,7 +34,7 @@
<UsageCount Value="10"/>
</Unit2>
</Units>
<JumpHistory Count="7" HistoryIndex="6">
<JumpHistory Count="8" HistoryIndex="7">
<Position1>
<Filename Value="unit1.pas"/>
<Caret Line="94" Column="3"/>
Expand Down Expand Up @@ -64,6 +63,10 @@
<Filename Value="unit1.pas"/>
<Caret Line="131" Column="29" TopLine="114"/>
</Position7>
<Position8>
<Filename Value="unit1.pas"/>
<Caret Line="127" Column="21"/>
</Position8>
</JumpHistory>
<RunParams>
<FormatVersion Value="2"/>
Expand Down
2 changes: 1 addition & 1 deletion Source/CWPU-Tray-Tool/unit1.pas
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ procedure TForm1.MenuItem22Click(Sender: TObject);

procedure TForm1.MenuItem23Click(Sender: TObject);
begin
ShowMessage('Version 1.7.6 of CWP Utilities' + sLineBreak + 'Thanks for using my software!' + sLineBreak + 'Be sure to check out my other projects at:' + sLineBreak + 'https://github.com/bongochong');
ShowMessage('Version 1.7.7 of CWP Utilities' + sLineBreak + 'Thanks for using my software!' + sLineBreak + 'Be sure to check out my other projects at:' + sLineBreak + 'https://github.com/bongochong');
end;

procedure TForm1.MenuItem24Click(Sender: TObject);
Expand Down

0 comments on commit b4d109e

Please sign in to comment.