comparison sidinfo.c @ 50:e843b39235db

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2015 06:43:54 +0200
parents af1e12c8ebf1
children 485c8ed6d3fe
comparison
equal deleted inserted replaced
49:2871c86535ad 50:e843b39235db
572 572
573 573
574 int main(int argc, char *argv[]) 574 int main(int argc, char *argv[])
575 { 575 {
576 // Initialize 576 // Initialize
577 th_init("SIDInfo", "PSID/RSID information displayer", "0.5.2", NULL, NULL); 577 th_init("SIDInfo", "PSID/RSID information displayer", "0.5.3", NULL, NULL);
578 th_verbosityLevel = 0; 578 th_verbosityLevel = 0;
579 579
580 // Parse command line arguments 580 // Parse command line arguments
581 if (!th_args_process(argc, argv, optList, optListN, 581 if (!th_args_process(argc, argv, optList, optListN,
582 argHandleOpt, argHandleFile, OPTH_ONLY_OPTS)) 582 argHandleOpt, argHandleFile, OPTH_ONLY_OPTS))