# HG changeset patch # User Matti Hamalainen # Date 1518812697 -7200 # Node ID a498edd91bccee46189c203eae35b480cd472e46 # Parent e6c8a235ce2fa64c09249550922612e91c9d6c1f Bump version again. diff -r e6c8a235ce2f -r a498edd91bcc sidinfo.c --- a/sidinfo.c Fri Feb 16 22:24:43 2018 +0200 +++ b/sidinfo.c Fri Feb 16 22:24:57 2018 +0200 @@ -941,7 +941,7 @@ int main(int argc, char *argv[]) { // Initialize - th_init("SIDInfo", "PSID/RSID information displayer", "0.7.2", NULL, NULL); + th_init("SIDInfo", "PSID/RSID information displayer", "0.7.3", NULL, NULL); th_verbosityLevel = 0; memset(&optFormat, 0, sizeof(optFormat));