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;