added version number for piler -v

This commit is contained in:
SJ 2015-03-18 11:20:46 +01:00
parent fc08523afa
commit 78728c2c6e

View File

@ -362,6 +362,9 @@ int main(int argc, char **argv){
break;
case 'v' :
printf("%s build %d\n", VERSION, get_build());
return 0;
case 'V' :
printf("%s %s, build %d, Janos SUTO <sj@acts.hu>\n\n%s\n\n", PROGNAME, VERSION, get_build(), CONFIGURE_PARAMS);
return 0;