From: Eric S. Raymond Date: Sat, 4 Apr 2015 10:39:53 +0000 (-0400) Subject: Version bump for 1.6 release. X-Git-Tag: 1.6 X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=commitdiff_plain;h=642bce16a1ae8b84a824beb913cc7f1f39599983;hp=94476feed2b8652d0b551f6dd6b34d57c6dd886f Version bump for 1.6 release. --- diff --git a/Makefile b/Makefile index c425727..e8cdb17 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=1.5 +VERS=1.6 all: wumpus superhack diff --git a/NEWS b/NEWS index af806b2..c82e3dc 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,10 @@ wumpus project news -1.5: 2014-06-05 - Fixed a minor bug in the superhack startlet check. +1.6: 2015-04-04 + Code audited with cppcheck. Changed to modern packaging. + +1.5: 2011-03-09 + Fixed a minor bug in the superhack starlet check. 1.4: 2010-10-21 Ported to modern C. diff --git a/control b/control new file mode 100644 index 0000000..4369c86 --- /dev/null +++ b/control @@ -0,0 +1,24 @@ +# This is not a real Debian control file, though the syntax is compatible. +# It's project metadata for the shipper tool + +Package: wumpus + +Description: + WUMPUS is a bit of retrocomputing nostalgia. It is an *exact* clone, even + down to the godawful user interface, of an ancient classic game. This version + fixes two minor bugs in my original USENET posting of the source. + +#XBS-Destinations: freecode + +Homepage: http://www.catb.org/~esr/wumpus + +XBS-HTML-Target: index.html + +XBS-Repository-URL: http://thyrsus.com/gitweb/?p=wumpus.git + +XBS-Developer-Clone: git@thyrsus.com:wumpus + +XBS-Anonymous-Clone: git://thyrsus.com/repositories/wumpus.git + +XBS-VC-Tag-Template: %(version)s +