From e7a0c67e6d8c24c477f1e43ce63b05d93b016fd7 Mon Sep 17 00:00:00 2001
From: wierenga <sdos@astron.nl>
Date: Thu, 13 Apr 2006 14:01:09 +0000
Subject: [PATCH] bugid:691 Add version info.

---
 MAC/APL/PIC/rsuctl/rsuctl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAC/APL/PIC/rsuctl/rsuctl b/MAC/APL/PIC/rsuctl/rsuctl
index e9da80cb448..a21b547d7a9 100755
--- a/MAC/APL/PIC/rsuctl/rsuctl
+++ b/MAC/APL/PIC/rsuctl/rsuctl
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-
+$ID = q$\Id$;
 #
 # rsuctl # Remote System Update - program firmware in FPGA flash
 #
@@ -124,7 +124,7 @@ sub usage
 {
     print STDERR <<END;
 
-rsuctl # Remote System Update - program firmware in FPGA flash
+rsuctl (version $ID) # Remote System Update - program firmware in FPGA flash
 
 Usage: rsuctl [options] command
 
-- 
GitLab