static FlashType flashType = FLASH_INVALID;
-static const char trbflash_version[] = "$Revision: 2.0 $";
+static const char trbflash_version[] = "$Revision: 2.01 $";
/* ------ Local Functions ----------------------------------------------- */
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;