From: Eric S. Raymond Date: Sun, 12 Aug 2018 16:09:55 +0000 (-0400) Subject: Ready to release 2.3. X-Git-Tag: 2.3^0 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=af7b188461d1214a00310ea5cb20dad92b0c99eb Ready to release 2.3. --- diff --git a/NEWS b/NEWS index eac2608..37b2c67 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ SST2K project news. -Repository head: +2.3 @ 2018-08-12 Crash bug fix when docking with no starbase in sector. 2.2 @ 2017-03-01 diff --git a/sst.py b/sst.py index bd0582e..83d9f4d 100755 --- a/sst.py +++ b/sst.py @@ -27,7 +27,7 @@ try: except NameError: my_input = input -version = "2.2" +version = "2.3" docpath = (".", "doc/", "/usr/share/doc/sst/")