From 7bef86a2ae07ddb8ac7f5b71c922704546cd63c2 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Mon, 12 Jun 2006 19:10:46 +0000 Subject: [PATCH] Updated for 2.2.1. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3973 b35dd754-fafc-0310-a699-88a17e54d16e --- build/build.xml | 2 +- build/resources/releasedocs/README.html | 6 +++--- source/org/jivesoftware/smack/SmackConfiguration.java | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 @@ - + diff --git a/build/resources/releasedocs/README.html b/build/resources/releasedocs/README.html index f420da991..e81ecfd43 100644 --- a/build/resources/releasedocs/README.html +++ b/build/resources/releasedocs/README.html @@ -56,10 +56,10 @@ Smack Readme - + - +
version:2.2.02.2.1
released:March 9, 2006June 12, 2006
@@ -95,7 +95,7 @@ last release.
  • Use of thie Smack source code is governed by the Apache License:
    - 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;