changeset 148:01cde57da297

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 23:20:44 +0300
parents f636c55c7cc4
children 422d95735359
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Wed Oct 25 23:20:09 2017 +0300
+++ b/sidinfo.c	Wed Oct 25 23:20:44 2017 +0300
@@ -896,7 +896,7 @@
 int main(int argc, char *argv[])
 {
     // Initialize
-    th_init("SIDInfo", "PSID/RSID information displayer", "0.6.3", NULL, NULL);
+    th_init("SIDInfo", "PSID/RSID information displayer", "0.7.0", NULL, NULL);
     th_verbosityLevel = 0;
 
     memset(&optFormat, 0, sizeof(optFormat));