mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
Bump version to 1.3.12
This commit is contained in:
parent
6a8f24e973
commit
602a913fa3
9 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
=== Deluge 1.3.12 (In Development) ===
|
||||
=== Deluge 1.3.12 (13 September 2015) ===
|
||||
==== GtkUI ====
|
||||
* #2731: Fix potential AttributeError in is_on_active_workspace
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Deluge 1.3.11\n"
|
||||
"Project-Id-Version: Deluge 1.3.12\n"
|
||||
"Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
|
||||
"POT-Creation-Date: 2015-09-12 11:55+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE-CONSOLE 1 "November 2014" "1.3.11"
|
||||
.TH DELUGE-CONSOLE 1 "September 2015" "1.3.12"
|
||||
|
||||
.SH NAME
|
||||
deluge-console - a bittorrent client curses interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE-GTK 1 "November 2014" "1.3.11"
|
||||
.TH DELUGE-GTK 1 "September 2015" "1.3.12"
|
||||
|
||||
.SH NAME
|
||||
deluge-gtk - a bittorrent client gtk interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE-WEB 1 "November 2014" "1.3.11"
|
||||
.TH DELUGE-WEB 1 "September 2015" "1.3.12"
|
||||
|
||||
.SH NAME
|
||||
deluge-web - a bittorrent client ajax web interface
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGE 1 "November 2014" "1.3.11"
|
||||
.TH DELUGE 1 "September 2015" "1.3.12"
|
||||
|
||||
.SH NAME
|
||||
deluge - a bittorrent client
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH DELUGED 1 "November 2014" "1.3.11"
|
||||
.TH DELUGED 1 "September 2015" "1.3.12"
|
||||
|
||||
.SH NAME
|
||||
deluged - a bittorrent client daemon
|
||||
|
|
|
@ -11,13 +11,13 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Deluge</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.3.11</string>
|
||||
<string>1.3.12</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.3.11</string>
|
||||
<string>1.3.12</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1.3.11 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
|
||||
<string>1.3.12 (c) 2008-2015 Deluge Team http://deluge-torrent.org/</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2008-2014 Deluge Team</string>
|
||||
<string>Copyright 2008-2015 Deluge Team</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
|
|
2
setup.py
2
setup.py
|
@ -535,7 +535,7 @@ if windows_check():
|
|||
# Main setup
|
||||
setup(
|
||||
name = "deluge",
|
||||
version = "1.3.11",
|
||||
version = "1.3.12",
|
||||
fullname = "Deluge Bittorrent Client",
|
||||
description = "Bittorrent Client",
|
||||
author = "Andrew Resch, Damien Churchill",
|
||||
|
|
Loading…
Add table
Reference in a new issue