comparison sidinfo.c @ 21:6ba8403930ab rel-0_3

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 02:49:55 +0300
parents 6058339ffe0e
children 832c26cb1637
comparison
equal deleted inserted replaced
20:6058339ffe0e 21:6ba8403930ab
492 492
493 493
494 int main(int argc, char *argv[]) 494 int main(int argc, char *argv[])
495 { 495 {
496 // Initialize 496 // Initialize
497 th_init("SIDInfo", "PSID/RSID information displayer", "0.2", NULL, NULL); 497 th_init("SIDInfo", "PSID/RSID information displayer", "0.3", NULL, NULL);
498 th_verbosityLevel = 0; 498 th_verbosityLevel = 0;
499 499
500 // Parse command line arguments 500 // Parse command line arguments
501 if (!th_args_process(argc, argv, optList, optListN, 501 if (!th_args_process(argc, argv, optList, optListN,
502 argHandleOpt, argHandleFile, FALSE)) 502 argHandleOpt, argHandleFile, FALSE))