comparison tools/fanalyze.c @ 2035:472ca1dbc2d3

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 29 Nov 2018 13:37:03 +0200
parents 45ad06bb60c4
children 3a7ce77c7f2d
comparison
equal deleted inserted replaced
2034:45ad06bb60c4 2035:472ca1dbc2d3
375 { 375 {
376 DMCompElem *compBuf = NULL; 376 DMCompElem *compBuf = NULL;
377 size_t compBufSize = 0, totalSize = 0; 377 size_t compBufSize = 0, totalSize = 0;
378 int res; 378 int res;
379 379
380 dmInitProg("fanalyze", "File format analyzer", "0.2", NULL, NULL); 380 dmInitProg("fanalyze", "File format analyzer", "0.3", NULL, NULL);
381 dmVerbosity = 1; 381 dmVerbosity = 1;
382 382
383 dmInitStats(&totalStats); 383 dmInitStats(&totalStats);
384 384
385 // Parse arguments 385 // Parse arguments