# HG changeset patch # User Matti Hamalainen # Date 1508962844 -10800 # Node ID 01cde57da2979a8c13032609f3475a809f7cd99f # Parent f636c55c7cc470de200d6aef2ee7dc16743ff0db Bump version. diff -r f636c55c7cc4 -r 01cde57da297 sidinfo.c --- a/sidinfo.c Wed Oct 25 23:20:09 2017 +0300 +++ b/sidinfo.c Wed Oct 25 23:20:44 2017 +0300 @@ -896,7 +896,7 @@ int main(int argc, char *argv[]) { // Initialize - th_init("SIDInfo", "PSID/RSID information displayer", "0.6.3", NULL, NULL); + th_init("SIDInfo", "PSID/RSID information displayer", "0.7.0", NULL, NULL); th_verbosityLevel = 0; memset(&optFormat, 0, sizeof(optFormat));