OSDN Git Service

[Release] Ver.2.1.2
[dokopop/dokopop.git] / DCHookTest / Util.cpp
index ec8168c..73e72de 100644 (file)
@@ -8,8 +8,8 @@
 
 //---------------------------------------------------------------------------
 const char *AppName = "DokoPop";
-const char *StrVersion = "Ver.2.0.27";
-int VersionValue = 0x02001B;   // 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)