[0.3.x] changed : version up to 0.3.0.36

git-svn-id: https://pykd.svn.codeplex.com/svn@90888 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2015-12-16 07:47:54 +00:00 committed by Mikhail I. Izmestev
parent 3a39aa8f50
commit 58a3bac61f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#define PYKD_VERSION_MAJOR 0 #define PYKD_VERSION_MAJOR 0
#define PYKD_VERSION_MINOR 3 #define PYKD_VERSION_MINOR 3
#define PYKD_VERSION_SUBVERSION 0 #define PYKD_VERSION_SUBVERSION 0
#define PYKD_VERSION_BUILDNO 35 #define PYKD_VERSION_BUILDNO 36
#define __VER_STR2__(x) #x #define __VER_STR2__(x) #x
#define __VER_STR1__(x) __VER_STR2__(x) #define __VER_STR1__(x) __VER_STR2__(x)

View File

@ -8,7 +8,7 @@ import zipfile
_name = "pykd" _name = "pykd"
_desc = "python windbg extension" _desc = "python windbg extension"
_version = '0.3.0.32' _version = '0.3.0.36'
def makeWheel(args): def makeWheel(args):