1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-12 06:34:49 +02:00

Updated the version information.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12027 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
rcollier 2011-02-21 18:40:54 +00:00
parent cf6e59db46
commit 6d695e4151

View file

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