From ccaf2cd713355311369fdf9951f45f2e11aaa31e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 22 Apr 2019 05:08:41 -0400 Subject: [PATCH] Ready to ship 2.4. --- NEWS | 3 +++ sst.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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/") -- 2.31.1