]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
changed to rcsid
authorhadaq <hadaq>
Wed, 2 Sep 2009 21:16:54 +0000 (21:16 +0000)
committerhadaq <hadaq>
Wed, 2 Sep 2009 21:16:54 +0000 (21:16 +0000)
libtrbnet/trbcmd.c

index 7f196c67f7cadbf5586d83796adbc4c96e5bb8b4..f30f72a4bf57b1099097655a3386628890f187e9 100644 (file)
 #define HEXMODE 0
 #endif
 
-#define VERSION_NUMBER "2.06 20090819"
-
 static int hexMode = HEXMODE;
 
+static const trbcmd_version[] = "$Revision: 1.14 $";
+
 /* ------ MAIN ---------------------------------------------------------- */
 
 void usage(const char *progName)
@@ -109,7 +109,7 @@ int main(int argc, char ** argv)
       hexMode = 1;
       break;
     case 'V':
-      printf("trbcmd %s\n", VERSION_NUMBER);
+      printf("trbcmd %s, using libtrbnet %s\n", trbcmd_version, trbnet_version);
       exit(EXIT_SUCCESS);
       break;
     default: