# HG changeset patch # User peterjc # Date 1442828895 14400 # Node ID d24181fd3a404481b69e03041c71a8bf17636f58 # Parent 999776f0aee42dbd1938a1c6bbc477c749c8d391 v0.0.16 tweak diff -r 999776f0aee4 -r d24181fd3a40 tools/effectiveT3/effectiveT3.py --- 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):