From cc262af1f280430c6af9c5c9fee6a4c9528b9df3 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Mon, 22 Jun 2009 16:29:14 +0200 Subject: [PATCH] added SLICE_VERSION line for 1.2.0 (still, this is an alibi commit to test the twitter plugin :) ) --- pyweb/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyweb/settings.py b/pyweb/settings.py index 5997644..b7430cd 100755 --- a/pyweb/settings.py +++ b/pyweb/settings.py @@ -43,6 +43,7 @@ if not MUMBLE_DJANGO_ROOT or not exists( MUMBLE_DJANGO_ROOT ): # The ICE interface version to use. SLICE_VERSION = (1, 1, 8) +#SLICE_VERSION = (1, 2, 0) # Murmur 1.2.0 is incompatible with 1.1.8, that's why this needs to be configured here. # If you have <=1.1.8 and 1.2.0 servers running simultaneously, consider using DBus for # the <=1.1.8 servers and ICE for 1.2.0. That way, you will be able to manage both server