changeset 19:d24181fd3a40 draft

v0.0.16 tweak
author peterjc
date Mon, 21 Sep 2015 05:48:15 -0400
parents 999776f0aee4
children f5e52dd0935f
files tools/effectiveT3/effectiveT3.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/effectiveT3/effectiveT3.py	Mon Sep 21 05:45:51 2015 -0400
+++ b/tools/effectiveT3/effectiveT3.py	Mon Sep 21 05:48:15 2015 -0400
@@ -21,7 +21,7 @@
 
 if "-v" in sys.argv or "--version" in sys.argv:
     # TODO - Get version of the JAR file dynamically?
-    print("Wrapper v0.0.15, TTSS_GUI-1.0.1.jar")
+    print("Wrapper v0.0.16, TTSS_GUI-1.0.1.jar")
     sys.exit(0)
 
 def sys_exit(msg, error_level=1):