changeset 138:d40c371ce1f9 rel-0_6_2

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 02 Jun 2017 04:39:46 +0300
parents 18f61c69733d
children 830125ad15c4
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Fri Jun 02 04:37:05 2017 +0300
+++ b/sidinfo.c	Fri Jun 02 04:39:46 2017 +0300
@@ -614,7 +614,7 @@
 int main(int argc, char *argv[])
 {
     // Initialize
-    th_init("SIDInfo", "PSID/RSID information displayer", "0.6.1", NULL, NULL);
+    th_init("SIDInfo", "PSID/RSID information displayer", "0.6.2", NULL, NULL);
     th_verbosityLevel = 0;
 
     memset(&optFormat, 0, sizeof(optFormat));