comparison sidinfo.c @ 345:020c4f21e861

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Jan 2020 11:14:48 +0200
parents fe061ead51cc
children 3b922a79aa2d
comparison
equal deleted inserted replaced
344:dc197e16db86 345:020c4f21e861
1166 1166
1167 // Get HVSC_BASE env variable if it is set 1167 // Get HVSC_BASE env variable if it is set
1168 th_pstr_cpy(&setHVSCPath, getenv("HVSC_BASE")); 1168 th_pstr_cpy(&setHVSCPath, getenv("HVSC_BASE"));
1169 1169
1170 // Initialize 1170 // Initialize
1171 th_init("SIDInfo", "PSID/RSID information displayer", "0.9.2", 1171 th_init("SIDInfo", "PSID/RSID information displayer", "0.9.3",
1172 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2020 TNSP", 1172 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2020 TNSP",
1173 "This program is distributed under a 3-clause BSD -style license."); 1173 "This program is distributed under a 3-clause BSD -style license.");
1174 1174
1175 th_verbosity = 0; 1175 th_verbosity = 0;
1176 1176