From af03dfb7c9d887cd77246b8bf656cbe77e46bbf3 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Sun, 31 Oct 2004 14:23:27 +0000 Subject: [PATCH] Updated for 1.4.1 release. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2405 b35dd754-fafc-0310-a699-88a17e54d16e --- build/resources/releasedocs/README.html | 6 +++--- build/resources/releasedocs/changelog.html | 17 +++++++++++++++++ .../jivesoftware/smack/SmackConfiguration.java | 2 +- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/build/resources/releasedocs/README.html b/build/resources/releasedocs/README.html index edaa51292..d46d19301 100644 --- a/build/resources/releasedocs/README.html +++ b/build/resources/releasedocs/README.html @@ -56,10 +56,10 @@ Smack Readme - + - +
version:1.4.01.4.1
released:August 10, 2004November 8, 2004
@@ -73,7 +73,7 @@ that can be found in the "documentation" directory included with this distributi Further information can be found on the Smack website. If you need help using or would like to make contributions or fixes to the code, please visit the -online forum. +online forum.

About the Distribution

diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html index 98b489446..e951bcd33 100644 --- a/build/resources/releasedocs/changelog.html +++ b/build/resources/releasedocs/changelog.html @@ -55,6 +55,23 @@ Smack Changelog +

+1.4.1 - November 8, 2004 +

+

+

1.4.0 - August 10, 2004

diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java index 358666fd7..bd60bc124 100644 --- a/source/org/jivesoftware/smack/SmackConfiguration.java +++ b/source/org/jivesoftware/smack/SmackConfiguration.java @@ -75,7 +75,7 @@ import org.xmlpull.v1.*; */ public final class SmackConfiguration { - private static final String SMACK_VERSION = "1.4.0"; + private static final String SMACK_VERSION = "1.4.1"; private static int packetReplyTimeout = 5000; private static int keepAliveInterval = 30000;