[Swift-commit] cog r3469
swift at ci.uchicago.edu
swift at ci.uchicago.edu
Tue Sep 11 04:30:06 CDT 2012
------------------------------------------------------------------------
r3469 | hategan | 2012-09-11 04:29:02 -0500 (Tue, 11 Sep 2012) | 1 line
increased protocol version to 0.3
------------------------------------------------------------------------
Index: modules/karajan/src/org/globus/cog/karajan/workflow/service/handlers/VersionHandler.java
===================================================================
--- modules/karajan/src/org/globus/cog/karajan/workflow/service/handlers/VersionHandler.java (revision 3468)
+++ modules/karajan/src/org/globus/cog/karajan/workflow/service/handlers/VersionHandler.java (working copy)
@@ -13,7 +13,7 @@
public class VersionHandler extends RequestHandler {
- public static final String VERSION = "0.2";
+ public static final String VERSION = "0.3";
public void requestComplete() throws ProtocolException {
sendReply(VERSION.getBytes());
More information about the Swift-commit
mailing list