diff --git a/tsshbatch.py b/tsshbatch.py index 3b076bf..b3a86a1 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -15,8 +15,8 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tsshbatch.py,v 1.129 2012/01/04 19:22:35 tundra Exp $" -VERSION = RCSID.split()[2] +RCSID = "$Id: tsshbatch.py,v 1.130 2012/01/04 19:25:23 tundra Exp $" +VERSION = RCSID.split()[2] CPRT = "(c)" DATE = "2011"