diff --git a/include/pe_sieve_version.h b/include/pe_sieve_version.h index c92f0f173..2b0d5dfdf 100644 --- a/include/pe_sieve_version.h +++ b/include/pe_sieve_version.h @@ -6,8 +6,8 @@ namespace pesieve { #endif - const char PESIEVE_VERSION[] = "0.3.3.2"; - const DWORD PESIEVE_VERSION_ID = 0x00030302; // 00 03 03 02 + const char PESIEVE_VERSION[] = "0.3.4"; + const DWORD PESIEVE_VERSION_ID = 0x00030400; // 00 03 04 00 const char PESIEVE_URL[] = "https://github.com/hasherezade/pe-sieve"; #ifdef __cplusplus