changeset 60:accac31e1eda

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 Dec 2015 22:58:35 +0200
parents 718cdb563531
children 6916aaeda941
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Sat Dec 26 22:58:18 2015 +0200
+++ b/sidinfo.c	Sat Dec 26 22:58:35 2015 +0200
@@ -773,7 +773,7 @@
 int main(int argc, char *argv[])
 {
     // Initialize
-    th_init("SIDInfo", "PSID/RSID information displayer", "0.5.3", NULL, NULL);
+    th_init("SIDInfo", "PSID/RSID information displayer", "0.6.0", NULL, NULL);
     th_verbosityLevel = 0;
 
     memset(&optFormat, 0, sizeof(optFormat));