Bump version to 1.3.7

This commit is contained in:
Calum Lind 2014-07-09 20:08:22 +01:00
parent 74aa924625
commit f77440efcb
8 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
=== Deluge 1.3.7 (In Development) ===
=== Deluge 1.3.7 (9 July 2014) ===
==== Core ====
* #2324: Encryption level set by Deluge did not match libtorrent values
* #2303: Torrent state was not updated until after emitting TorrentFinishedEvent

View file

@ -1,4 +1,4 @@
.TH DELUGE-CONSOLE 1 "Feb 2013" "1.3.6"
.TH DELUGE-CONSOLE 1 "July 2014" "1.3.7"
.SH NAME
deluge-console - a bittorrent client curses interface

View file

@ -1,4 +1,4 @@
.TH DELUGE-GTK 1 "Feb 2013" "1.3.6"
.TH DELUGE-GTK 1 "July 2014" "1.3.7"
.SH NAME
deluge-gtk - a bittorrent client gtk interface

View file

@ -1,4 +1,4 @@
.TH DELUGE-WEB 1 "Feb 2013" "1.3.6"
.TH DELUGE-WEB 1 "July 2014" "1.3.7"
.SH NAME
deluge-web - a bittorrent client ajax web interface

View file

@ -1,4 +1,4 @@
.TH DELUGE 1 "Feb 2013" "1.3.6"
.TH DELUGE 1 "July 2014" "1.3.7"
.SH NAME
deluge - a bittorrent client

View file

@ -1,4 +1,4 @@
.TH DELUGED 1 "Feb 2013" "1.3.6"
.TH DELUGED 1 "July 2014" "1.3.7"
.SH NAME
deluged - a bittorrent client daemon

View file

@ -11,13 +11,13 @@
<key>CFBundleExecutable</key>
<string>Deluge</string>
<key>CFBundleShortVersionString</key>
<string>1.3.6</string>
<string>1.3.7</string>
<key>CFBundleVersion</key>
<string>1.3.6</string>
<string>1.3.7</string>
<key>CFBundleGetInfoString</key>
<string>1.3.6 (c) 2008-2011 Deluge Team http://deluge-torrent.org/</string>
<string>1.3.7 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2008-2011 Deluge Team</string>
<string>Copyright 2008-2014 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>

View file

@ -533,7 +533,7 @@ if windows_check():
# Main setup
setup(
name = "deluge",
version = "1.3.6",
version = "1.3.7",
fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill",