comparison sidinfo.c @ 209:c073c7eda531 rel-0_7_9

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 21 Dec 2018 14:26:27 +0200
parents 5cdcebad7342
children 90ff5dbee152
comparison
equal deleted inserted replaced
208:5cdcebad7342 209:c073c7eda531
1191 int main(int argc, char *argv[]) 1191 int main(int argc, char *argv[])
1192 { 1192 {
1193 char *setLang = th_strdup(getenv("LANG")); 1193 char *setLang = th_strdup(getenv("LANG"));
1194 1194
1195 // Initialize 1195 // Initialize
1196 th_init("SIDInfo", "PSID/RSID information displayer", "0.7.8", 1196 th_init("SIDInfo", "PSID/RSID information displayer", "0.7.9",
1197 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2018 TNSP", 1197 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2018 TNSP",
1198 "This program is distributed under a 3-clause BSD -style license."); 1198 "This program is distributed under a 3-clause BSD -style license.");
1199 1199
1200 th_verbosity = 0; 1200 th_verbosity = 0;
1201 1201