diff --git a/build/build.xml b/build/build.xml
index e4141d4ad..f5e558fcf 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -33,9 +33,9 @@
-
-
-
+
+
+
diff --git a/build/resources/releasedocs/README.html b/build/resources/releasedocs/README.html
index 9f4fac0d0..6cd2a2666 100644
--- a/build/resources/releasedocs/README.html
+++ b/build/resources/releasedocs/README.html
@@ -56,10 +56,10 @@ Smack Readme
version: |
- 1.5.1 |
+ 2.0.0 |
released: |
- August 12, 2005 |
+ August 27, 2005 |
diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html
index 6f1703d51..3912ce6d5 100644
--- a/build/resources/releasedocs/changelog.html
+++ b/build/resources/releasedocs/changelog.html
@@ -55,6 +55,21 @@
Smack Changelog
+
+2.0.0 -- August 27, 2005
+
+
+- [SMACK-76] - Added TLS support.
+- [SMACK-24] - Added SASL support.
+- [SMACK-77] - Added Resource Binding support.
+- [SMACK-78] - Added Session Establishment support.
+- [SMACK-79] - Created convenience class to make it easier to connect to GoogleTalk.
+
+- [SMACK-73] - Rollback local changes when server rejects adding/removing group entries.
+
+- [SMACK-75] - Modified XMPPConnection and SSLXMPPConnection constructors to include new service name parameter.
+
+
1.5.1 -- August 12, 2005
diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java
index 6ac2802cf..4a0a38869 100644
--- a/source/org/jivesoftware/smack/SmackConfiguration.java
+++ b/source/org/jivesoftware/smack/SmackConfiguration.java
@@ -44,7 +44,7 @@ import org.xmlpull.mxp1.MXParser;
*/
public final class SmackConfiguration {
- private static final String SMACK_VERSION = "1.5.1";
+ private static final String SMACK_VERSION = "2.0.0";
private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000;