Skip to content

Commit 4030819

Browse files
v5.15.2
1 parent f53c87c commit 4030819

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.15.1
1+
5.15.2

history.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
5.15.2 (Mar 24, 2018)
2+
- Fix an initialization/startup error (#1101)
3+
14
5.15.1 (Mar 22, 2018)
25
- Support to authenticate with password only as feature of Transmission v2.93 (#1099)
36

main.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ interface
3535

3636
const
3737
AppName = 'Transmission Remote GUI';
38-
AppVersion = '5.15.1';
38+
AppVersion = '5.15.2';
3939

4040
resourcestring
4141
sAll = 'All torrents';

transgui.lpi

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<UseVersionInfo Value="True"/>
2222
<MajorVersionNr Value="5"/>
2323
<MinorVersionNr Value="15"/>
24-
<RevisionNr Value="1"/>
24+
<RevisionNr Value="2"/>
2525
<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"/>
2626
</VersionInfo>
2727
<BuildModes Count="1">

0 commit comments

Comments
 (0)