From 14ed3ebac3cbe351687a38f61e0a2fd4f8dfba53 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 29 Aug 2007 02:28:10 +0000 Subject: [PATCH] change version number for rc prep --- setup.py | 2 +- src/common.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0ffe8eea6..4c77db894 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ NAME = "deluge" FULLNAME = "Deluge BitTorrent Client" -VERSION = "0.5.4.1" +VERSION = "0.5.4.1.95" AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch, Alex Dedul" EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com, alonzakai@gmail.com, rotmer@gmail.com" DESCRIPTION = "A bittorrent client written in PyGTK" diff --git a/src/common.py b/src/common.py index ab81d18f5..79bb78259 100644 --- a/src/common.py +++ b/src/common.py @@ -33,7 +33,7 @@ import os import xdg.BaseDirectory PROGRAM_NAME = "Deluge" -PROGRAM_VERSION = "0.5.4.1" +PROGRAM_VERSION = "0.5.4.1.95" CLIENT_CODE = "DE" CLIENT_VERSION = "".join(PROGRAM_VERSION.split('.'))+"0"*(4 - len(PROGRAM_VERSION.split('.')))