summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Leuner <jewel@pixie.co.za>2002-08-01 16:17:12 +0000
committerJohn Leuner <jewel@pixie.co.za>2002-08-01 16:17:12 +0000
commit12f37ffd2b80dadefc68a430d8605355cedbbb30 (patch)
tree1f193b45b4099581d72a9d444dfff53acd46d1a0 /lib
parent98dee868e3758c733071c9a9b0d269096e3fae81 (diff)
downloadclasspath-12f37ffd2b80dadefc68a430d8605355cedbbb30.tar.gz
updates to jazzlib build file and web page
Diffstat (limited to 'lib')
-rw-r--r--lib/jazzlib/index.html2
-rwxr-xr-xlib/jazzlib/makeJazzlibDist.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/jazzlib/index.html b/lib/jazzlib/index.html
index 6919dc777..23dd72acf 100644
--- a/lib/jazzlib/index.html
+++ b/lib/jazzlib/index.html
@@ -25,7 +25,7 @@ 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.04</h3>
+<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>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>
diff --git a/lib/jazzlib/makeJazzlibDist.sh b/lib/jazzlib/makeJazzlibDist.sh
index e48d70859..dfe1ff362 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=04
+RELEASE_NUMBER=05
# $1 is the archive command, eg "tar czvf" or "zip" or "jar cf"
# $2 is the archive suffix, eg ".zip" or ".tar.gz"