From 4872f23759906629cee20fc30ff7d1ef92738bd6 Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Fri, 23 Feb 2007 00:50:13 +0000 Subject: [PATCH] 0.5 Beta 2 --- setup.py | 2 +- src/dcommon.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5ae3bb7ce..e17056051 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ data = [('share/deluge/glade', glob.glob('glade/*.glade')), for plugin in glob.glob('plugins/*'): data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) ) -setup(name="deluge", fullname="Deluge BitTorrent Client", version="0.4.90.1", +setup(name="deluge", fullname="Deluge BitTorrent Client", version="0.4.90.2", author="Zach Tibbitts, Alon Zakai", author_email="zach@collegegeek.org, kripkensteiner@gmail.com", description="A bittorrent client written in PyGTK", diff --git a/src/dcommon.py b/src/dcommon.py index 9f84516a4..bbd250274 100644 --- a/src/dcommon.py +++ b/src/dcommon.py @@ -24,7 +24,7 @@ import xdg, xdg.BaseDirectory import gettext PROGRAM_NAME = "Deluge" -PROGRAM_VERSION = "0.4.90.1" +PROGRAM_VERSION = "0.4.90.2" CONFIG_DIR = xdg.BaseDirectory.save_config_path('deluge')