From 7497fed62112f9b4c7d84a64960baa0dc4711eff Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" Date: Wed, 17 Feb 2016 07:12:18 +0000 Subject: [PATCH] [bootstarpper] changed : version up to 1.0.1.12 git-svn-id: https://pykd.svn.codeplex.com/svn@90921 9b283d60-5439-405e-af05-b73fd8c4d996 --- pykd_bootstrapper/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykd_bootstrapper/version.h b/pykd_bootstrapper/version.h index d6d573a..ab3ac3c 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 11 +#define PYKDEXT_VERSION_BUILDNO 12 #define __VER_STR2__(x) #x #define __VER_STR1__(x) __VER_STR2__(x)