From af7b188461d1214a00310ea5cb20dad92b0c99eb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 12 Aug 2018 12:09:55 -0400 Subject: [PATCH] Ready to release 2.3. --- NEWS | 2 +- sst.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/") -- 2.31.1