Ubuntu has abolished /usr/bin/python, change shebang to python3.
[super-star-trek.git] / sst.py
diff --git a/sst.py b/sst.py
index 8edb61b3022bc6dd1132cbba0d724d6718ebad2e..c90472c36e82650716cbc82c52d86ef0da8adcba 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 """
 sst.py -- Super Star Trek 2K
 
@@ -32,7 +32,7 @@ try:
 except NameError:
     my_input = input
 
-version = "2.5"
+version = "2.6"
 
 docpath        = (".", "doc/", "/usr/share/doc/sst/")