comparison sidinfo.c @ 197:a7a0d8bf16cd rel-0_7_7

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Sep 2018 23:33:58 +0300
parents 47f75154c7db
children 2278044cbebb
comparison
equal deleted inserted replaced
196:47f75154c7db 197:a7a0d8bf16cd
1175 int main(int argc, char *argv[]) 1175 int main(int argc, char *argv[])
1176 { 1176 {
1177 char *setLang = th_strdup(getenv("LANG")); 1177 char *setLang = th_strdup(getenv("LANG"));
1178 1178
1179 // Initialize 1179 // Initialize
1180 th_init("SIDInfo", "PSID/RSID information displayer", "0.7.6", 1180 th_init("SIDInfo", "PSID/RSID information displayer", "0.7.7",
1181 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2018 TNSP", 1181 "By Matti 'ccr' Hamalainen (C) Copyright 2014-2018 TNSP",
1182 "This program is distributed under a 3-clause BSD -style license."); 1182 "This program is distributed under a 3-clause BSD -style license.");
1183 1183
1184 th_verbosity = 0; 1184 th_verbosity = 0;
1185 1185