From 2468275ef87196057b27e32e0048fa4f16c7f824 Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Thu, 14 Jun 2007 20:46:05 +0000 Subject: [PATCH] version # --- src/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.py b/src/common.py index 68afa8fc0..4200b833d 100644 --- a/src/common.py +++ b/src/common.py @@ -34,10 +34,10 @@ import xdg, xdg.BaseDirectory import gettext PROGRAM_NAME = "Deluge" -PROGRAM_VERSION = "0.5.1" +PROGRAM_VERSION = "0.5.2.0" CLIENT_CODE = "DE" -CLIENT_VERSION = "0510" +CLIENT_VERSION = "".join(PROGRAM_VERSION.split('.')) CONFIG_DIR = xdg.BaseDirectory.save_config_path('deluge')