OSDN Git Service

[Release] Ver.2.1.2
[dokopop/dokopop.git] / DCHookTest / Util.cpp
index 670ee49..73e72de 100644 (file)
@@ -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;