X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdi_eeprom%2Fmain.c;h=551973f526129c4d0712580d15af3c1f15b3bd9b;hp=81e6e9357f99e1b553d3bbf7d5b7bc76e78fd327;hb=ade814a59b4660c5af865dd86cdd48cfa55e1ae5;hpb=e47d7975a1c8648e3a86f980eb01eaf96c86a023 diff --git a/ftdi_eeprom/main.c b/ftdi_eeprom/main.c index 81e6e93..551973f 100644 --- a/ftdi_eeprom/main.c +++ b/ftdi_eeprom/main.c @@ -24,6 +24,7 @@ #include #include +#include int str_to_cbus(char *str, int max_allowed) { @@ -99,7 +100,7 @@ int main(int argc, char *argv[]) struct ftdi_context ftdi; struct ftdi_eeprom eeprom; - printf("\nFTDI eeprom generator v%s\n", VERSION); + printf("\nFTDI eeprom generator v%s\n", EEPROM_VERSION_STRING); printf ("(c) Intra2net AG \n"); if (argc != 2 && argc != 3)