# HG changeset patch # User Matti Hamalainen # Date 1497306437 -10800 # Node ID 3cc3bea2015747e3ca6d504f24c88644337b9b8c # Parent 6418286a7e4ca22a26b2b9c1c5b7458029f274fb Bump version. diff -r 6418286a7e4c -r 3cc3bea20157 sidinfo.c --- a/sidinfo.c Tue Jun 13 01:26:57 2017 +0300 +++ b/sidinfo.c Tue Jun 13 01:27:17 2017 +0300 @@ -623,7 +623,7 @@ int main(int argc, char *argv[]) { // Initialize - th_init("SIDInfo", "PSID/RSID information displayer", "0.6.2", NULL, NULL); + th_init("SIDInfo", "PSID/RSID information displayer", "0.6.3", NULL, NULL); th_verbosityLevel = 0; memset(&optFormat, 0, sizeof(optFormat));