Skip to content

Commit

Permalink
v5.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Apr 8, 2018
1 parent 0ac152b commit 16fe466
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.15.3
5.15.4
9 changes: 9 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
5.15.4 (Apr 8, 2018)
- Update GitHub issue template
- Update Italian translation (#1102)
- Update Hungarian translation (#1107)
- Add Chocolatey info for Windows (#1113)
- Fix mouse scrolls, again (#1062)
- Fix change file location error (#1111)
- Fix torrent template hint message, again

5.15.3 (Mar 31, 2018)
- Fix chaging location error (#1057)
- Fix torrent template hint message
Expand Down
2 changes: 1 addition & 1 deletion main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface

const
AppName = 'Transmission Remote GUI';
AppVersion = '5.15.3';
AppVersion = '5.15.4';

resourcestring
sAll = 'All torrents';
Expand Down
4 changes: 2 additions & 2 deletions transgui.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="5"/>
<MinorVersionNr Value="15"/>
<RevisionNr Value="3"/>
<StringTable CompanyName="Yury Sidorov" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2017 by Yury Sidorov &amp; Alexander Petrov" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.15.3"/>
<RevisionNr Value="4"/>
<StringTable CompanyName="Yury Sidorov" FileDescription="Transmission Remote GUI" InternalName="transgui" LegalCopyright="Copyright (c) 2008-2017 by Yury Sidorov &amp; Alexander Petrov" OriginalFilename="transgui.exe" ProductName="Transmission Remote GUI" ProductVersion="5.15.4"/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
Expand Down

0 comments on commit 16fe466

Please sign in to comment.