comparison sidinfo.c @ 408:f18129e65b6f rel-1_0_1

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 Dec 2023 08:08:18 +0200
parents 39cebb2b0677
children
comparison
equal deleted inserted replaced
407:9051dbb42086 408:f18129e65b6f
1181 1181
1182 // Get HVSC_BASE env variable if it is set 1182 // Get HVSC_BASE env variable if it is set
1183 th_pstr_cpy(&setHVSCPath, getenv("HVSC_BASE")); 1183 th_pstr_cpy(&setHVSCPath, getenv("HVSC_BASE"));
1184 1184
1185 // Initialize 1185 // Initialize
1186 th_init("SIDInfo", "PSID/RSID information displayer", "1.0.0", 1186 th_init("SIDInfo", "PSID/RSID information displayer", "1.0.1",
1187 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2023 TNSP", 1187 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2023 TNSP",
1188 "This program is distributed under a 3-clause BSD -style license."); 1188 "This program is distributed under a 3-clause BSD -style license.");
1189 1189
1190 th_verbosity = 0; 1190 th_verbosity = 0;
1191 1191