changeset 158:a8c24f1f460f rel-0_7_1

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Oct 2017 01:46:57 +0300
parents 8fc887cb56d0
children 5c8e9a1c25e4
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Thu Oct 26 01:46:34 2017 +0300
+++ b/sidinfo.c	Thu Oct 26 01:46:57 2017 +0300
@@ -940,7 +940,7 @@
 int main(int argc, char *argv[])
 {
     // Initialize
-    th_init("SIDInfo", "PSID/RSID information displayer", "0.7.0", NULL, NULL);
+    th_init("SIDInfo", "PSID/RSID information displayer", "0.7.1", NULL, NULL);
     th_verbosityLevel = 0;
 
     memset(&optFormat, 0, sizeof(optFormat));