diff options
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 |