Skip to content

Commit 261aac9

Browse files
v5.15.1
1 parent fafa368 commit 261aac9

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

VERSION.txt

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

history.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
5.15.1 (Mar 22, 2018)
2+
- Support to authenticate with password only as feature of Transmission v2.93 (#1099)
3+
14
5.15.0 (Mar 21, 2018)
25
- Fix incorrect search if there is a ":"
36
- Fix language display in drop-down list (#1082)

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';
38+
AppVersion = '5.15.1';
3939

4040
resourcestring
4141
sAll = 'All torrents';

transgui.lpi

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

0 commit comments

Comments
 (0)