diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-23 19:04:33 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-09-23 19:04:33 +0000 |
commit | e8999b9706cef3e818deb0c7d949c1dba5b6631c (patch) | |
tree | 1b85b7d6a311bb58f7a654bfc366cd301554f141 /games/cgoban | |
parent | Upgrade, 0.8.0 -> 1.0 (diff) |
making my first steps in go I noticed, there is a new client available.
update from 1.8.0 to 1.8.2
Notes
Notes:
svn path=/head/; revision=8005
Diffstat (limited to '')
-rw-r--r-- | games/cgoban/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 3c20308af4d9..06530bc62417 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -3,10 +3,10 @@ # Date created: 28 October 1996 # Whom: simonm@dcs.gla.ac.uk # -# $Id: Makefile,v 1.3 1997/06/03 18:48:25 max Exp $ +# $Id: Makefile,v 1.4 1997/08/01 13:13:07 tg Exp $ # -DISTNAME= cgoban-1.8.0 +DISTNAME= cgoban-1.8.2 CATEGORIES= games MASTER_SITES= ftp://igs.nuri.net/Go/clients/ |