Ready to ship 2.5.
[super-star-trek.git] / sst.py
diff --git a/sst.py b/sst.py
index e1a3b1513eaf3c72b74c3dc9787e4f2ee1b4c004..168b55d4da93cacdb440254d1dc2fc6b326efe07 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 """
 sst.py -- Super Star Trek 2K
 
@@ -31,7 +31,7 @@ try:
 except NameError:
     my_input = input
 
-version = "2.4"
+version = "2.5"
 
 docpath        = (".", "doc/", "/usr/share/doc/sst/")