From bf00e75226c1bc34e679fc1fe23c0b369132be34 Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Thu, 24 May 2007 17:42:13 +0000 Subject: [PATCH] - --- Makefile | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7f52a79b9..ccd8be635 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,10 @@ # Makefile for Deluge # -PREFIX = "/usr" +VERSION ?= 0.5.1 + +PREFIX ?= /usr + all: python setup.py build diff --git a/setup.py b/setup.py index 13f0cf8c1..6ce477e52 100644 --- a/setup.py +++ b/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"