static FlashType flashType = FLASH_INVALID;
-#define VERSION_NUMBER "2.00 20090902"
-
-const char trbflash_version[] = "$Revision: 1.12 $";
+static const char trbflash_version[] = "$Revision: 1.13 $";
/* ------ Local Functions ----------------------------------------------- */
trb_debug = strtoul(optarg, NULL, 0);
break;
case 'V':
- printf("trbflash %s\n", VERSION_NUMBER);
+ printf("trbflash %s using libtrbnet %s\n",
+ trbflash_version, trbnet_version);
exit(EXIT_SUCCESS);
break;
default:
exit(EXIT_SUCCESS);
}
+
+