diff --git a/twander.py b/twander.py index 8b7ed7e..1b8acc9 100755 --- a/twander.py +++ b/twander.py @@ -1,17 +1,17 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # twander - Wander around the file system -# Copyright (c) 2002-2017 TundraWare Inc. All Rights Reserved. +# Copyright (c) 2002-2020 TundraWare Inc. All Rights Reserved. # For Updates See: http://www.tundraware.com/Software/twander # Program Information PROGNAME = "twander" -RCSID = "Needs git Info Here" -VERSION = "3.300" +VERSION = "3.301" +RCSID = PROGNAME + " " + VERSION # Copyright Information -DATE = "2002-2017" +DATE = "2002-2020" CPRT = "(c)" OWNER = "TundraWare Inc." RIGHTS = "All Rights Reserved."