]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update
authorhadaq <hadaq>
Wed, 2 Sep 2009 21:45:52 +0000 (21:45 +0000)
committerhadaq <hadaq>
Wed, 2 Sep 2009 21:45:52 +0000 (21:45 +0000)
trbrich/trbflash.c

index e9c5fb37dec4f9972fc8bd0b7058c44e9824d0f9..6e84896bf491d06583979acd51bccabdd1371188 100644 (file)
@@ -61,7 +61,7 @@ static const char FlashTypeStr[][16] = {"INVALID", "ADCM1", "ADCM2", "MDC"};
 
 static FlashType flashType = FLASH_INVALID; 
 
-static const char trbflash_version[] = "$Revision: 2.0 $"; 
+static const char trbflash_version[] = "$Revision: 2.01 $"; 
 
 /* ------ Local Functions ----------------------------------------------- */
 
@@ -873,7 +873,7 @@ int main(int argc, char ** argv)
       trb_debug = strtoul(optarg, NULL, 0);
       break;
     case 'V':
-      printf("%s %s using libtrbnet %s\n",
+      printf("%s %s, using libtrbnet %s\n",
              basename(argv[0]), trbflash_version, trbnet_version);
       exit(EXIT_SUCCESS);
       break;