From 30978c6f82f3941f9d26669f595609aa9ec105eb Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" Date: Tue, 22 Sep 2015 07:00:58 +0000 Subject: [PATCH] [0.3.x] fixed : bootstrapper xp support git-svn-id: https://pykd.svn.codeplex.com/svn@90812 9b283d60-5439-405e-af05-b73fd8c4d996 --- pykd_bootstrapper/pykd_bootstrapper_vc120.vcxproj | 8 ++++---- pykd_bootstrapper/version.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pykd_bootstrapper/pykd_bootstrapper_vc120.vcxproj b/pykd_bootstrapper/pykd_bootstrapper_vc120.vcxproj index b18fee5..bb12135 100644 --- a/pykd_bootstrapper/pykd_bootstrapper_vc120.vcxproj +++ b/pykd_bootstrapper/pykd_bootstrapper_vc120.vcxproj @@ -30,26 +30,26 @@ DynamicLibrary true - v120 + v120_xp Unicode DynamicLibrary true - v120 + v120_xp Unicode DynamicLibrary false - v120 + v120_xp true Unicode DynamicLibrary false - v120 + v120_xp true Unicode diff --git a/pykd_bootstrapper/version.h b/pykd_bootstrapper/version.h index 2c76d6e..6052862 100644 --- a/pykd_bootstrapper/version.h +++ b/pykd_bootstrapper/version.h @@ -3,7 +3,7 @@ #define PYKDEXT_VERSION_MAJOR 1 #define PYKDEXT_VERSION_MINOR 0 #define PYKDEXT_VERSION_SUBVERSION 1 -#define PYKDEXT_VERSION_BUILDNO 9 +#define PYKDEXT_VERSION_BUILDNO 10 #define __VER_STR2__(x) #x #define __VER_STR1__(x) __VER_STR2__(x)