diff options
-rw-r--r-- | yapp/YAPP.mdsp | 5 | ||||
-rw-r--r-- | yapp/popups2.cpp | 4 | ||||
-rw-r--r-- | yapp/version.h | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/yapp/YAPP.mdsp b/yapp/YAPP.mdsp index 5df6b20..bda90c8 100644 --- a/yapp/YAPP.mdsp +++ b/yapp/YAPP.mdsp @@ -117,4 +117,7 @@ resource.rc,23 version.rc,24
resource.h,2162
popups2.rc,830
-version.h,818
+popups2.cpp,1527
+..\..\include\m_plugins.h,0
+..\..\include\newpluginapi.h,1205
+version.h,175
diff --git a/yapp/popups2.cpp b/yapp/popups2.cpp index 47b737b..aebb041 100644 --- a/yapp/popups2.cpp +++ b/yapp/popups2.cpp @@ -45,8 +45,8 @@ PLUGININFO pluginInfo={ __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
- 0, //not transient
- 0 //doesn't replace anything built-in
+ UNICODE_AWARE, //not transient
+ 0 //doesn't replace anything built-in
};
PLUGINLINK *pluginLink = 0;
diff --git a/yapp/version.h b/yapp/version.h index a5ec130..993a11c 100644 --- a/yapp/version.h +++ b/yapp/version.h @@ -4,7 +4,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 1
-#define __BUILD_NUM 8
+#define __BUILD_NUM 9
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|