From: Eric S. Raymond Date: Wed, 1 Mar 2017 18:05:36 +0000 (-0500) Subject: Ready to ship 2.2. X-Git-Tag: 2.2^0 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=94a46501c186985a450cec1a030c968fdd2f62cc Ready to ship 2.2. --- diff --git a/NEWS b/NEWS index c9c70ec..47458c9 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ SST2K project news. -2.2 @ - Enable GNU readline keys. Added color. Added BSD Trek 'CAPTURE' - and 'CLOAK' (from Tom Almy's 2013 changes). +2.2 @ 2017-03-01 + Added color. Added BSD Trek 'CAPTURE' and 'CLOAK' (from Tom Almy's + 2013 changes). Many bug fixes. 2.1 @ 2012-02-16 Packaging fixes, pychecker cleanup, cope with Freshmeat name changes. diff --git a/sst.py b/sst.py index 0a7bd3e..945017f 100755 --- a/sst.py +++ b/sst.py @@ -27,8 +27,7 @@ try: except NameError: my_input = input - -version = "2.1" +version = "2.2" docpath = (".", "doc/", "/usr/share/doc/sst/")