# HG changeset patch # User Matti Hamalainen # Date 1518811683 -7200 # Node ID 9cc9ce46f4a092c44c753d75683455edc580769c # Parent 179ffe97599c36e73a9cf543ce2a0d230b70d78e Bump version. diff -r 179ffe97599c -r 9cc9ce46f4a0 sidinfo.c --- a/sidinfo.c Fri Feb 16 22:07:19 2018 +0200 +++ b/sidinfo.c Fri Feb 16 22:08:03 2018 +0200 @@ -941,7 +941,7 @@ int main(int argc, char *argv[]) { // Initialize - th_init("SIDInfo", "PSID/RSID information displayer", "0.7.1", NULL, NULL); + th_init("SIDInfo", "PSID/RSID information displayer", "0.7.2", NULL, NULL); th_verbosityLevel = 0; memset(&optFormat, 0, sizeof(optFormat));