changeset 164:9cc9ce46f4a0 rel-0_7_2

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Feb 2018 22:08:03 +0200
parents 179ffe97599c
children eb343ac259f4
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Fri Feb 16 22:07:19 2018 +0200
+++ b/sidinfo.c	Fri Feb 16 22:08:03 2018 +0200
@@ -941,7 +941,7 @@
 int main(int argc, char *argv[])
 {
     // Initialize
-    th_init("SIDInfo", "PSID/RSID information displayer", "0.7.1", NULL, NULL);
+    th_init("SIDInfo", "PSID/RSID information displayer", "0.7.2", NULL, NULL);
     th_verbosityLevel = 0;
 
     memset(&optFormat, 0, sizeof(optFormat));