From 57051abfeac76d158edde36002e52d9f20878864 Mon Sep 17 00:00:00 2001 From: rcollier Date: Sat, 4 May 2013 12:15:17 +0000 Subject: [PATCH] Updated version information for 3.3 release. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_0@13638 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.xml | 2 +- source/org/jivesoftware/smack/SmackConfiguration.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.xml b/build/build.xml index cb12e905b..1737c4b54 100644 --- a/build/build.xml +++ b/build/build.xml @@ -28,7 +28,7 @@ - + diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java index fcb1d4beb..aae8184bc 100644 --- a/source/org/jivesoftware/smack/SmackConfiguration.java +++ b/source/org/jivesoftware/smack/SmackConfiguration.java @@ -48,7 +48,7 @@ import org.xmlpull.v1.XmlPullParser; */ public final class SmackConfiguration { - private static final String SMACK_VERSION = "3.2.2"; + private static final String SMACK_VERSION = "3.3.0"; private static int packetReplyTimeout = 5000; private static int keepAliveInterval = 30000;