changeset 145:3cc3bea20157

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Jun 2017 01:27:17 +0300
parents 6418286a7e4c
children 263cd25749a1
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Tue Jun 13 01:26:57 2017 +0300
+++ b/sidinfo.c	Tue Jun 13 01:27:17 2017 +0300
@@ -623,7 +623,7 @@
 int main(int argc, char *argv[])
 {
     // Initialize
-    th_init("SIDInfo", "PSID/RSID information displayer", "0.6.2", NULL, NULL);
+    th_init("SIDInfo", "PSID/RSID information displayer", "0.6.3", NULL, NULL);
     th_verbosityLevel = 0;
 
     memset(&optFormat, 0, sizeof(optFormat));