Skip to content

Commit

Permalink
[BUGFIX] Fixed version id
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Apr 12, 2018
1 parent 825dd15 commit 35715b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pe_sieve.h
Expand Up @@ -8,7 +8,7 @@
#include "report_formatter.h"

static char PESIEVE_VERSION[] = "0.0.9.9.9";
static DWORD PESIEVE_VERSION_ID = 0x00090909;
static DWORD PESIEVE_VERSION_ID = 0x00000999; // 00 00 09 99
static char PESIEVE_URL[] = "https://github.com/hasherezade/pe-sieve";

std::string info();
Expand Down

0 comments on commit 35715b6

Please sign in to comment.