From f0ca4915ee9eec18d05c60e3cf0248b50fab7310 Mon Sep 17 00:00:00 2001 From: jestin Date: Mon, 24 Jul 2006 13:33:15 +0000 Subject: adding ping and pong --- src/Ivy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Ivy.java') diff --git a/src/Ivy.java b/src/Ivy.java index 7e14619..7d26dff 100755 --- a/src/Ivy.java +++ b/src/Ivy.java @@ -112,7 +112,7 @@ public class Ivy implements Runnable { * the library version, useful for development purposes only, when java is * invoked with -DIVY_DEBUG */ - public static final String libVersion ="1.2.11"; + public static final String libVersion ="1.2.12"; private boolean debug; private ServerSocket app; -- cgit v1.1