diff --git a/ChangeLog b/ChangeLog index 02c540637..d0df1ddb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -=== Deluge 1.1.4 - (In Development) === +=== Deluge 1.1.4 - (08 March 2009) === ==== Core ==== * Fix displaying file errors when the torrent isn't paused * Fix issue where torrents being check would get removed due to "stop at ratio" rules diff --git a/deluge/docs/man/deluge.1 b/deluge/docs/man/deluge.1 index 7979a6c58..537aea0c5 100644 --- a/deluge/docs/man/deluge.1 +++ b/deluge/docs/man/deluge.1 @@ -1,4 +1,4 @@ -.TH DELUGE 1 "January 2009" "1.1.2" +.TH DELUGE 1 "March 2009" "1.1.4" .SH NAME deluge - a bittorrent client diff --git a/deluge/docs/man/deluged.1 b/deluge/docs/man/deluged.1 index 44a7f0d62..d57cbc2cf 100644 --- a/deluge/docs/man/deluged.1 +++ b/deluge/docs/man/deluged.1 @@ -1,4 +1,4 @@ -.TH DELUGED 1 "January 2009" "1.1.2" +.TH DELUGED 1 "March 2009" "1.1.4" .SH NAME deluged - a bittorrent client daemon diff --git a/setup.py b/setup.py index 89d334637..b9b0cf8ca 100644 --- a/setup.py +++ b/setup.py @@ -409,5 +409,5 @@ setup( ]}, packages = find_packages(exclude=["plugins"]), url = "http://deluge-torrent.org", - version = "1.1.3", + version = "1.1.4", )