# HG changeset patch # User Matti Hamalainen # Date 1451163515 -7200 # Node ID accac31e1eda6bd8516df3c8503b1bf89c41f5c8 # Parent 718cdb56353160ff7916c4d4f25480b7ef458576 Bump version. diff -r 718cdb563531 -r accac31e1eda sidinfo.c --- a/sidinfo.c Sat Dec 26 22:58:18 2015 +0200 +++ b/sidinfo.c Sat Dec 26 22:58:35 2015 +0200 @@ -773,7 +773,7 @@ int main(int argc, char *argv[]) { // Initialize - th_init("SIDInfo", "PSID/RSID information displayer", "0.5.3", NULL, NULL); + th_init("SIDInfo", "PSID/RSID information displayer", "0.6.0", NULL, NULL); th_verbosityLevel = 0; memset(&optFormat, 0, sizeof(optFormat));