From: Eric S. Raymond Date: Sun, 11 Feb 2024 03:33:35 +0000 (-0500) Subject: Ready to ship 2.8 X-Git-Tag: 2.8^0 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain Ready to ship 2.8 --- diff --git a/NEWS b/NEWS index eae4b10..3959d92 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ SST2K project news. -Repository head:: +2.8: 2024-02-10: Fix for enemy dispersion on torpedo hits. Re-conform to the documentation by removing the .py estension from sst. Fancy-mode coordinates can have the Y as a letter, e,g. "c4" = "3 - 4". diff --git a/sst b/sst index c3bdafe..0c0ace9 100755 --- a/sst +++ b/sst @@ -29,7 +29,7 @@ try: except ImportError: # pragma: no cover pass -version = "2.7" +version = "2.8" docpath = (".", "doc/", "/usr/share/doc/sst/")