Bump version to 1.3.12

This commit is contained in:
Calum Lind 2015-09-12 12:09:52 +01:00
commit 602a913fa3
9 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
=== Deluge 1.3.12 (In Development) === === Deluge 1.3.12 (13 September 2015) ===
==== GtkUI ==== ==== GtkUI ====
* #2731: Fix potential AttributeError in is_on_active_workspace * #2731: Fix potential AttributeError in is_on_active_workspace

View file

@ -6,7 +6,7 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
"POT-Creation-Date: 2015-09-12 11:55+0100\n" "POT-Creation-Date: 2015-09-12 11:55+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

View file

@ -1,4 +1,4 @@
.TH DELUGE-CONSOLE 1 "November 2014" "1.3.11" .TH DELUGE-CONSOLE 1 "September 2015" "1.3.12"
.SH NAME .SH NAME
deluge-console - a bittorrent client curses interface deluge-console - a bittorrent client curses interface

View file

@ -1,4 +1,4 @@
.TH DELUGE-GTK 1 "November 2014" "1.3.11" .TH DELUGE-GTK 1 "September 2015" "1.3.12"
.SH NAME .SH NAME
deluge-gtk - a bittorrent client gtk interface deluge-gtk - a bittorrent client gtk interface

View file

@ -1,4 +1,4 @@
.TH DELUGE-WEB 1 "November 2014" "1.3.11" .TH DELUGE-WEB 1 "September 2015" "1.3.12"
.SH NAME .SH NAME
deluge-web - a bittorrent client ajax web interface deluge-web - a bittorrent client ajax web interface

View file

@ -1,4 +1,4 @@
.TH DELUGE 1 "November 2014" "1.3.11" .TH DELUGE 1 "September 2015" "1.3.12"
.SH NAME .SH NAME
deluge - a bittorrent client deluge - a bittorrent client

View file

@ -1,4 +1,4 @@
.TH DELUGED 1 "November 2014" "1.3.11" .TH DELUGED 1 "September 2015" "1.3.12"
.SH NAME .SH NAME
deluged - a bittorrent client daemon deluged - a bittorrent client daemon

View file

@ -11,13 +11,13 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>Deluge</string> <string>Deluge</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.3.11</string> <string>1.3.12</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.3.11</string> <string>1.3.12</string>
<key>CFBundleGetInfoString</key> <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> <key>NSHumanReadableCopyright</key>
<string>Copyright 2008-2014 Deluge Team</string> <string>Copyright 2008-2015 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>English</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>

View file

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