X-Git-Url: http://git.osdn.net/view?p=dokopop%2Fdokopop.git;a=blobdiff_plain;f=DCHookTest%2FUtil.cpp;h=73e72dee63eb9a588006565ca69b4444f3e855e2;hp=670ee49eea846085ffb357ad311e47d8fee8be59;hb=95d9cd337b703aa46165a0de1b0c4696a3023e81;hpb=4cde21523ad9fff9eb3d2f0292e09d0f87dbe476 diff --git a/DCHookTest/Util.cpp b/DCHookTest/Util.cpp index 670ee49..73e72de 100644 --- a/DCHookTest/Util.cpp +++ b/DCHookTest/Util.cpp @@ -8,8 +8,8 @@ //--------------------------------------------------------------------------- const char *AppName = "DokoPop"; -const char *StrVersion = "Ver.2.0.26"; -int VersionValue = 0x02001A; // xxyyzz -> xx.yy.zz x=major y=minor(0-255) z=release(0-255) +const char *StrVersion = "Ver.2.1.2"; +int VersionValue = 0x020102; // xxyyzz -> xx.yy.zz x=major y=minor(0-255) z=release(0-255) #pragma package(smart_init) @@ -24,7 +24,7 @@ const char *AMODI_EXE_PATH = "amodi.exe"; const char *EXMODIST_EXE_PATH = "ExMODIst.exe"; -bool WindowsNT = false; +bool WindowsNT = true; bool fWow64 = false; HWND hwndMain = NULL;