Ready to release 2.3. 2.3
authorEric S. Raymond <esr@thyrsus.com>
Sun, 12 Aug 2018 16:09:55 +0000 (12:09 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 12 Aug 2018 16:11:09 +0000 (12:11 -0400)
NEWS
sst.py

diff --git a/NEWS b/NEWS
index eac2608b70db6320a4d839f0083e91bfe26f96d2..37b2c67b30d5dad00fc60a5ca43898bfcf4dc459 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                        SST2K project news.
 
                        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
     Crash bug fix when docking with no starbase in sector.
 
 2.2 @ 2017-03-01
diff --git a/sst.py b/sst.py
index bd0582e9f370c18d768e22b93aecbda38c7a1472..83d9f4d9b64930cad1c9fe0061910cd9646b179e 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -27,7 +27,7 @@ try:
 except NameError:
     my_input = input
 
 except NameError:
     my_input = input
 
-version = "2.2"
+version = "2.3"
 
 docpath        = (".", "doc/", "/usr/share/doc/sst/")
 
 
 docpath        = (".", "doc/", "/usr/share/doc/sst/")