mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
Bump version to 1.3.8
This commit is contained in:
parent
4df58b51ff
commit
3e632600c6
8 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
=== Deluge 1.3.8 (In Development) ===
|
||||
=== Deluge 1.3.8 (4 October 2014) ===
|
||||
==== Core ====
|
||||
* #1126 & #2322: Emit FinishedEvent after moving storage complete
|
||||
* Fixes to mitigate fastresume corruption
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE-CONSOLE 1 "July 2014" "1.3.7"
|
||||
.TH DELUGE-CONSOLE 1 "October 2014" "1.3.8"
|
||||
|
||||
.SH NAME
|
||||
deluge-console - a bittorrent client curses interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE-GTK 1 "July 2014" "1.3.7"
|
||||
.TH DELUGE-GTK 1 "October 2014" "1.3.8"
|
||||
|
||||
.SH NAME
|
||||
deluge-gtk - a bittorrent client gtk interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE-WEB 1 "July 2014" "1.3.7"
|
||||
.TH DELUGE-WEB 1 "October 2014" "1.3.8"
|
||||
|
||||
.SH NAME
|
||||
deluge-web - a bittorrent client ajax web interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE 1 "July 2014" "1.3.7"
|
||||
.TH DELUGE 1 "October 2014" "1.3.8"
|
||||
|
||||
.SH NAME
|
||||
deluge - a bittorrent client
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGED 1 "July 2014" "1.3.7"
|
||||
.TH DELUGED 1 "October 2014" "1.3.8"
|
||||
|
||||
.SH NAME
|
||||
deluged - a bittorrent client daemon
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Deluge</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.3.7</string>
|
||||
<string>1.3.8</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.3.7</string>
|
||||
<string>1.3.8</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1.3.7 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
|
||||
<string>1.3.8 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2008-2014 Deluge Team</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
|
|
2
setup.py
2
setup.py
|
@ -533,7 +533,7 @@ if windows_check():
|
|||
# Main setup
|
||||
setup(
|
||||
name = "deluge",
|
||||
version = "1.3.7",
|
||||
version = "1.3.8",
|
||||
fullname = "Deluge Bittorrent Client",
|
||||
description = "Bittorrent Client",
|
||||
author = "Andrew Resch, Damien Churchill",
|
||||
|
|
Loading…
Add table
Reference in a new issue