This commit is contained in:
parent
89c0f5ca5f
commit
bf00e75226
5
Makefile
5
Makefile
|
@ -2,7 +2,10 @@
|
|||
# Makefile for Deluge
|
||||
#
|
||||
|
||||
PREFIX = "/usr"
|
||||
VERSION ?= 0.5.1
|
||||
|
||||
PREFIX ?= /usr
|
||||
|
||||
|
||||
all:
|
||||
python setup.py build
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue