diff --git a/source/MugenHook/MugenHook.rc b/source/MugenHook/MugenHook.rc index 8ed6ba6..cf2ff33 100644 Binary files a/source/MugenHook/MugenHook.rc and b/source/MugenHook/MugenHook.rc differ diff --git a/source/MugenHook/code/mugenhook/base.h b/source/MugenHook/code/mugenhook/base.h index 9a7f820..44fa66a 100644 --- a/source/MugenHook/code/mugenhook/base.h +++ b/source/MugenHook/code/mugenhook/base.h @@ -1,7 +1,7 @@ #pragma once #include "..\..\MemoryMgr.h" #include "..\..\IniReader.h" -#define MUGENHOOK_VERSION "0.6.1" +#define MUGENHOOK_VERSION "0.6.2" typedef unsigned char uint8;