changeset 2232:ba639902d57c

Bump copyright and version.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 19:00:56 +0300
parents ccbb6149ddf0
children b39eb8b44f22
files tools/fanalyze.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/fanalyze.c	Fri Jun 14 18:53:55 2019 +0300
+++ b/tools/fanalyze.c	Fri Jun 14 19:00:56 2019 +0300
@@ -1,7 +1,7 @@
 /*
  * Fanalyze - Analyze similarities between multiple files
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2018 Tecnic Software productions (TNSP)
+ * (C) Copyright 2018-2019 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
@@ -525,7 +525,7 @@
     size_t compBufSize = 0, totalSize = 0;
     int res;
 
-    dmInitProg("fanalyze", "File format analyzer", "0.3", NULL, NULL);
+    dmInitProg("fanalyze", "File format analyzer", "0.4", NULL, NULL);
     dmVerbosity = 1;
 
     dmInitStats(&totalStats);