From c2481d79bd2da8b867e9c5ae7502d0b47acf7774 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Sun, 27 Jan 2008 00:34:24 +0000 Subject: * 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 --- src/plugins/dbghelpplug.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/dbghelpplug.rc') 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 -- cgit v1.2.3-70-g09d2