From 06b8819bbb30681103514f6a164239c64eef5470 Mon Sep 17 00:00:00 2001 From: vipon Date: Sat, 24 Jun 2023 19:07:34 +0200 Subject: [PATCH] Change binParser version. --- cTools/tools/binParser/binParser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cTools/tools/binParser/binParser.c b/cTools/tools/binParser/binParser.c index c64c090..8099799 100644 --- a/cTools/tools/binParser/binParser.c +++ b/cTools/tools/binParser/binParser.c @@ -36,7 +36,7 @@ static Arch binParserArch = ARCH; static const char doc[] = "Binary parser. Support binare format: mach-o (64 bit), elf (32,64 bit), pe (64 bit)"; static const char argsDoc[] = "BIN_FILE"; -static const char progVersion[] = "0.0.1"; +static const char progVersion[] = "0.1.0"; typedef enum { HEADER = 0,