From ce595986355057887ac0950c92eba40cfb239b6d Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 13 Jul 2007 00:13:40 +0000 Subject: [PATCH] set program version so we dont get people using svn and saying it's 0.5.2 or 0.5.3 --- src/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.py b/src/common.py index 77e5effe2..bf2a6f06a 100644 --- a/src/common.py +++ b/src/common.py @@ -38,7 +38,7 @@ import xdg.BaseDirectory import gettext PROGRAM_NAME = "Deluge" -PROGRAM_VERSION = "0.5.3" +PROGRAM_VERSION = "0.5.2.90" CLIENT_CODE = "DE" CLIENT_VERSION = "".join(PROGRAM_VERSION.split('.'))+"0"*(4 - len(PROGRAM_VERSION.split('.')))