Account for the fact that there is now a standard and developer release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2131 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-10-03 01:05:04 +00:00 committed by mtucker
parent 55b6a4ea80
commit c47f08557c
1 changed files with 7 additions and 6 deletions

View File

@ -56,10 +56,10 @@ Smack Readme
<table boder=0>
<tr>
<td>version:</td>
<td><b>1.2.1</b></td>
<td><b>1.3.0</b></td>
</tr><tr>
<td>released:</td>
<td><b>September 28, 2003</b></td>
<td><b>October XX, 2003</b></td>
</tr>
</table>
@ -79,10 +79,11 @@ fixes to the code, please visit the
The <tt>smack.jar</tt> file in the main distribution folder is the only binary file
required for embedding XMPP functionality into client applications. The optional
<tt>smackx.jar</tt> contains the <a href="documentation/extensions/index.html">Smack extensions</a>.
The full source of the library is included in the <tt>source</tt> directory and
can be compiled using the <a href="build/README.html">build scripts</a> found in the
<tt>build</tt> directory.
<tt>smackx.jar</tt> contains the <a href="documentation/extensions/index.html">Smack extensions</a>.<p>
If you downloaded the developer release, the full source of the library is included in
the <tt>source</tt> directory and can be compiled using the build scripts found in the
<tt>build</tt> directory (please see the README file in the build directory for further details).
<p><b>Changelog and Upgrading</b><p>