1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 01:29:38 +02:00

Updated all version info for 3.2 release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12329 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
rcollier 2011-05-04 23:41:24 +00:00
parent acd98830b7
commit 84c43c4fdd
3 changed files with 12 additions and 8 deletions

View file

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