Ready to ship 2.8 master 2.8
authorEric S. Raymond <esr@thyrsus.com>
Sun, 11 Feb 2024 03:33:35 +0000 (22:33 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 11 Feb 2024 03:33:35 +0000 (22:33 -0500)
NEWS
sst

diff --git a/NEWS b/NEWS
index eae4b1010231faacefb0e17091aa5e774730454f..3959d92604f6e65fd93dcb6fb045c586fcbcabe1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                        SST2K project news.
 
                        SST2K project news.
 
-Repository head::
+2.8: 2024-02-10:
     Fix for enemy dispersion on torpedo hits.
     Re-conform to the documentation by removing the .py estension from sst.
     Fancy-mode coordinates can have the Y as a letter, e,g. "c4" = "3 - 4".
     Fix for enemy dispersion on torpedo hits.
     Re-conform to the documentation by removing the .py estension from sst.
     Fancy-mode coordinates can have the Y as a letter, e,g. "c4" = "3 - 4".
diff --git a/sst b/sst
index c3bdafe3e43a322f2841e27c87bdd88991404269..0c0ace98461f4d8365b037efb121d82a2d49d280 100755 (executable)
--- a/sst
+++ b/sst
@@ -29,7 +29,7 @@ try:
 except ImportError:  # pragma: no cover
     pass
 
 except ImportError:  # pragma: no cover
     pass
 
-version = "2.7"
+version = "2.8"
 
 docpath = (".", "doc/", "/usr/share/doc/sst/")
 
 
 docpath = (".", "doc/", "/usr/share/doc/sst/")