Updated version number, fixed Javadoc issue.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2354 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2004-08-09 21:13:36 +00:00 committed by mtucker
parent 3ffa47f756
commit 0553ef7e65
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ import org.xmlpull.v1.*;
*/ */
public final class SmackConfiguration { public final class SmackConfiguration {
private static final String SMACK_VERSION = "1.3.1"; private static final String SMACK_VERSION = "1.4.0";
private static int packetReplyTimeout = 5000; private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000; private static int keepAliveInterval = 30000;
@ -151,7 +151,7 @@ public final class SmackConfiguration {
} }
/** /**
* Returns the Smack version information, e.g. "1.3.0". * Returns the Smack version information, eg "1.3.0".
* *
* @return the Smack version information. * @return the Smack version information.
*/ */