summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Pinto <markybob@dipconsultants.com>2007-11-24 16:55:33 +0000
committerMarcos Pinto <markybob@dipconsultants.com>2007-11-24 16:55:33 +0000
commitfbf7564d423cd3dc3dad06e2a3fb1af6b9e8c6b0 (patch)
treec175348d380e2940274375b866f8038231d8c060
parent0b2faf6ee1bbde8ea38789613f64fe1cb2d2af1f (diff)
downloaddeluge-fbf7564d423cd3dc3dad06e2a3fb1af6b9e8c6b0.tar.gz
deluge-fbf7564d423cd3dc3dad06e2a3fb1af6b9e8c6b0.tar.bz2
deluge-fbf7564d423cd3dc3dad06e2a3fb1af6b9e8c6b0.zip
up version number for rc release
-rw-r--r--setup.py2
-rw-r--r--src/common.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c3eba94d7..bca4ec235 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@
NAME = "deluge"
FULLNAME = "Deluge BitTorrent Client"
-VERSION = "0.5.6.25"
+VERSION = "0.5.6.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 GTK BitTorrent client written in Python and C++"
diff --git a/src/common.py b/src/common.py
index 9a4735314..12f593618 100644
--- a/src/common.py
+++ b/src/common.py
@@ -32,7 +32,7 @@ import os
import xdg.BaseDirectory
PROGRAM_NAME = "Deluge"
-PROGRAM_VERSION = "0.5.6.25"
+PROGRAM_VERSION = "0.5.6.95"
CLIENT_CODE = "DE"
CLIENT_VERSION = "".join(PROGRAM_VERSION.split('.'))+"0"*(4 - len(PROGRAM_VERSION.split('.')))