This commit is contained in:
Zach Tibbitts 2007-05-24 17:42:13 +00:00
parent 89c0f5ca5f
commit bf00e75226
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,10 @@
# Makefile for Deluge
#
PREFIX = "/usr"
VERSION ?= 0.5.1
PREFIX ?= /usr
all:
python setup.py build

View File

@ -59,7 +59,7 @@ python_version = platform.python_version()[0:3]
NAME = "deluge"
FULLNAME = "Deluge BitTorrent Client"
VERSION = "0.5.0"
VERSION = "0.5.1"
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto"
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com"
DESCRIPTION = "A bittorrent client written in PyGTK"