comparison sidinfo.c @ 25:055c2355dd0a rel-0_4

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 03:41:06 +0300
parents 16d6b5029543
children 4dd463eebb74
comparison
equal deleted inserted replaced
24:16d6b5029543 25:055c2355dd0a
495 495
496 496
497 int main(int argc, char *argv[]) 497 int main(int argc, char *argv[])
498 { 498 {
499 // Initialize 499 // Initialize
500 th_init("SIDInfo", "PSID/RSID information displayer", "0.3", NULL, NULL); 500 th_init("SIDInfo", "PSID/RSID information displayer", "0.4", NULL, NULL);
501 th_verbosityLevel = 0; 501 th_verbosityLevel = 0;
502 502
503 // Parse command line arguments 503 // Parse command line arguments
504 if (!th_args_process(argc, argv, optList, optListN, 504 if (!th_args_process(argc, argv, optList, optListN,
505 argHandleOpt, argHandleFile, OPTH_ONLY_OPTS)) 505 argHandleOpt, argHandleFile, OPTH_ONLY_OPTS))