From: Eric S. Raymond Date: Mon, 22 Apr 2019 09:08:41 +0000 (-0400) Subject: Ready to ship 2.4. X-Git-Tag: 2.4^0 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=ccaf2cd713355311369fdf9951f45f2e11aaa31e Ready to ship 2.4. --- diff --git a/NEWS b/NEWS index 2cc013e..fc97c75 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ SST2K project news. +2.4: 2019-04-22:: + Fixes for deathray, formatting, double-counting in score logic. + 2.3: 2018-08-12:: Crash bug fix when docking with no starbase in sector. diff --git a/sst.py b/sst.py index 3bb83c1..f281d12 100755 --- a/sst.py +++ b/sst.py @@ -29,7 +29,7 @@ try: except NameError: my_input = input -version = "2.3" +version = "2.4" docpath = (".", "doc/", "/usr/share/doc/sst/")