summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/jazzlib/index.html6
-rwxr-xr-xlib/jazzlib/makeJazzlibDist.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/jazzlib/index.html b/lib/jazzlib/index.html
index 23dd72acf..f4585aaf4 100644
--- a/lib/jazzlib/index.html
+++ b/lib/jazzlib/index.html
@@ -25,8 +25,8 @@ resulting executable to be covered by the GNU General Public License.
This exception does not however invalidate any other reasons why the
executable file might be covered by the GNU General Public License.
</pre>
-<h3>Latest release 0.05</h3>
-Download source or binary packages from <a href="http://sourceforge.net/project/showfiles.php?group_id=16807">here</a>.
+<h3>Latest release is 0.06</h3>
+Download source or binary packages for all releases <a href="http://sourceforge.net/project/showfiles.php?group_id=16807">here</a>.
<h3>Release 0.03 (in net.sf.jazzlib namespace)</h3>
<a href="http://prdownloads.sourceforge.net/jazzlib/jazzlib-0.03.tar.gz">jazzlib-0.03.tar.gz</a> (Source .java files)<br>
<a href="http://prdownloads.sourceforge.net/jazzlib/jazzlib-binary-0.03.tar.gz">jazzlib-binary-0.03.tar.gz</a> (Binary .class and javadoc files)<br>
@@ -48,7 +48,7 @@ The SourceForge CVS repository will not be updated with any changes.
The files in the SourceForge CVS repository should be considered to be of historical interest only.
<p>
John Leuner (jewel at pixie.co.za) <br>
-5 June 2002
+27 January 2003
<hr>
<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=16807" width="88" height="31" border="0" alt="SourceForge Logo"></A>
diff --git a/lib/jazzlib/makeJazzlibDist.sh b/lib/jazzlib/makeJazzlibDist.sh
index dfe1ff362..a5066fda5 100755
--- a/lib/jazzlib/makeJazzlibDist.sh
+++ b/lib/jazzlib/makeJazzlibDist.sh
@@ -12,7 +12,7 @@ echo "----- Edit this script to change the release number -----"
echo "----- Do rm -rf dist when you're finished -----"
echo "----- 30 May 2002 John Leuner <jewel@debian.org> -----"
-RELEASE_NUMBER=05
+RELEASE_NUMBER=06
# $1 is the archive command, eg "tar czvf" or "zip" or "jar cf"
# $2 is the archive suffix, eg ".zip" or ".tar.gz"