Version 1.9.7
[fw/altos] / ao-bringup / test-telemega
index b801b20c1fcb72762bce2d62e5f2a387fc03225f..8505a682d03c7b7dc0ccd88c5c338752efccbd83 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
 
-VERSION=2.0
+VERSION=4.0
 PRODUCT=TeleMega
 BASE=`echo $PRODUCT | tr 'A-Z' 'a-z'`
 
 echo "$PRODUCT-v$VERSION Test Program"
-echo "Copyright 2014 by Keith Packard.  Released under GPL v2"
+echo "Copyright 2020 by Bdale Garbee.  Released under GPL v3"
 echo
 echo "Expectations:"
 echo "\t$PRODUCT v$VERSION powered from USB"
@@ -60,6 +60,7 @@ ao-list | while read product serial dev; do
            echo""
 
            echo "$PRODUCT-v$VERSION" serial "$serial" is ready to ship
+           echo "\007"
            ret=0
            ;;
     esac