makefsdata: add version info

This is required to make it possible to see you're using an old version if something doesn't work...
See task #15331
This commit is contained in:
Simon Goldschmidt 2021-03-04 21:51:06 +01:00
parent f924c43621
commit 18b1178e0c

View File

@ -195,7 +195,7 @@ int main(int argc, char *argv[])
memset(path, 0, sizeof(path));
memset(appPath, 0, sizeof(appPath));
printf(NEWLINE " makefsdata - HTML to C source converter" NEWLINE);
printf(NEWLINE " makefsdata v" LWIP_VERSION_STRING " - HTML to C source converter" NEWLINE);
printf(" by Jim Pettinato - circa 2003 " NEWLINE);
printf(" extended by Simon Goldschmidt - 2009 " NEWLINE NEWLINE);