try to fix protocol version
[spider.git] / perl / DXProtVars.pm
index 98fd201fe0cf07a20f2bd6168a1bff4fd5d89c9d..05f02bb70cba567105350d86f386b422d0ab0e2b 100644 (file)
@@ -15,7 +15,7 @@ package DXProt;
 $pc50_interval = 14*60;
 
 # the version of DX cluster (tm) software I am masquerading as
-$myprot_version = 5251;
+$myprot_version = 5252;
 
 # default hopcount to use
 $def_hopcount = 30;