diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-27 00:34:24 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-27 00:34:24 +0000 |
commit | c2481d79bd2da8b867e9c5ae7502d0b47acf7774 (patch) | |
tree | 8230bd17e2a4daa41f51e836accbdafbc71623ad /src/plugins/dbghelpplug.rc | |
parent | fc0d5f95143fe79e65992a971c0c0b80f89c8c51 (diff) | |
download | hercules-c2481d79bd2da8b867e9c5ae7502d0b47acf7774.tar.gz hercules-c2481d79bd2da8b867e9c5ae7502d0b47acf7774.tar.bz2 hercules-c2481d79bd2da8b867e9c5ae7502d0b47acf7774.tar.xz hercules-c2481d79bd2da8b867e9c5ae7502d0b47acf7774.zip |
* Small update to the dgbhelpplug plugin:
- fixed only half of wide character strings being printed
- fixed the memory validity check in Dhp__PrintDataValue being optimized out in release mode
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12143 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/plugins/dbghelpplug.rc')
-rw-r--r-- | src/plugins/dbghelpplug.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/dbghelpplug.rc b/src/plugins/dbghelpplug.rc index c136d1012..83a68d66c 100644 --- a/src/plugins/dbghelpplug.rc +++ b/src/plugins/dbghelpplug.rc @@ -3,11 +3,11 @@ #include "winres.h" #endif // !defined(__BORLANDC__) -#define VER_FILEVERSION 1,0,0,1 -#define VER_FILEVERSION_STR "1.0.0.1\0" +#define VER_FILEVERSION 1,0,0,2 +#define VER_FILEVERSION_STR "1.0.0.2\0" -#define VER_PRODUCTVERSION 1,0,0,1 -#define VER_PRODUCTVERSION_STR "1.0.0.1\0" +#define VER_PRODUCTVERSION 1,0,0,2 +#define VER_PRODUCTVERSION_STR "1.0.0.2\0" #if defined(DEBUG) || defined(_DEBUG) #define VER_DEBUG 0 |