projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d46bf4
)
Ready to ship 2.8
master
2.8
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 11 Feb 2024 03:33:35 +0000
(22:33 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 11 Feb 2024 03:33:35 +0000
(22:33 -0500)
NEWS
patch
|
blob
|
history
sst
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index eae4b1010231faacefb0e17091aa5e774730454f..3959d92604f6e65fd93dcb6fb045c586fcbcabe1 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,6
+1,6
@@
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".
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
-version = "2.
7
"
+version = "2.
8
"
docpath = (".", "doc/", "/usr/share/doc/sst/")