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

View file

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

View file

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