Skip to content

Commit

Permalink
Change binParser version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipon committed Jun 24, 2023
1 parent 0059d4f commit 06b8819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cTools/tools/binParser/binParser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 06b8819

Please sign in to comment.