Skip to content

Commit

Permalink
v5.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Mar 31, 2018
1 parent dcf0215 commit 11d6aa1
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2
5.15.3
7 changes: 7 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.15.3 (Mar 31, 2018)
- Fix chaging location error (#1057)
- Fix torrent template hint message
- Fix mouse scrolls, adapt TVargrid to Lazarus 1.8 (#1062)
- Use https instead http to downloda GeoIP Lite data (#1103)
- Upgrade OpenSSL for Windows from v1.0.2n to v1.0.2o

5.15.2 (Mar 24, 2018)
- Fix an initialization/startup error (#1101)

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.2';
AppVersion = '5.15.3';

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="2"/>
<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.14"/>
<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"/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
Expand Down

0 comments on commit 11d6aa1

Please sign in to comment.