# HG changeset patch # User Matti Hamalainen # Date 1508971617 -10800 # Node ID a8c24f1f460f0bf376d1041884ee0fed2a45e503 # Parent 8fc887cb56d029270d806de9e9cc30b3ba0d68e2 Bump version. diff -r 8fc887cb56d0 -r a8c24f1f460f sidinfo.c --- a/sidinfo.c Thu Oct 26 01:46:34 2017 +0300 +++ b/sidinfo.c Thu Oct 26 01:46:57 2017 +0300 @@ -940,7 +940,7 @@ int main(int argc, char *argv[]) { // Initialize - th_init("SIDInfo", "PSID/RSID information displayer", "0.7.0", NULL, NULL); + th_init("SIDInfo", "PSID/RSID information displayer", "0.7.1", NULL, NULL); th_verbosityLevel = 0; memset(&optFormat, 0, sizeof(optFormat));