# HG changeset patch # User Matti Hamalainen # Date 1496367586 -10800 # Node ID d40c371ce1f9e0dc86a1283805596fbe73be9011 # Parent 18f61c69733d44180b653f698404865dce571b02 Bump version. diff -r 18f61c69733d -r d40c371ce1f9 sidinfo.c --- a/sidinfo.c Fri Jun 02 04:37:05 2017 +0300 +++ b/sidinfo.c Fri Jun 02 04:39:46 2017 +0300 @@ -614,7 +614,7 @@ int main(int argc, char *argv[]) { // Initialize - th_init("SIDInfo", "PSID/RSID information displayer", "0.6.1", NULL, NULL); + th_init("SIDInfo", "PSID/RSID information displayer", "0.6.2", NULL, NULL); th_verbosityLevel = 0; memset(&optFormat, 0, sizeof(optFormat));