diff --git a/build/build.xml b/build/build.xml
index b146852a2..00f86257b 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -37,7 +37,7 @@
version: | -2.2.0 | +2.2.1 |
released: | -March 9, 2006 | +June 12, 2006 |
- Copyright 2002-2005 Jive Software. + Copyright 2002-2006 Jive Software. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java index 250f372d6..b3ccd2d7d 100644 --- a/source/org/jivesoftware/smack/SmackConfiguration.java +++ b/source/org/jivesoftware/smack/SmackConfiguration.java @@ -44,7 +44,7 @@ import java.util.Enumeration; */ public final class SmackConfiguration { - private static final String SMACK_VERSION = "2.2.0"; + private static final String SMACK_VERSION = "2.2.1"; private static int packetReplyTimeout = 5000; private static int keepAliveInterval = 30000;