1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-07-02 16:26:46 +02:00

SMACK-332 Debugger shows the "right" version: Currently: 3.2.0 Beta 2

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12086 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Holger Bergunde 2011-03-10 11:24:51 +00:00 committed by holger.bergunde
parent 91c2b08d4a
commit 5a544a50e3

View file

@ -44,7 +44,7 @@ import java.util.*;
*/ */
public final class SmackConfiguration { public final class SmackConfiguration {
private static final String SMACK_VERSION = "3.1.0"; private static final String SMACK_VERSION = "3.2.0 Beta 2";
private static int packetReplyTimeout = 5000; private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000; private static int keepAliveInterval = 30000;