mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] updated : version set to 0.3.0.16
git-svn-id: https://pykd.svn.codeplex.com/svn@89544 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
9670ca65d6
commit
8042d21fd7
@ -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 15
|
#define PYKD_VERSION_BUILDNO 16
|
||||||
|
|
||||||
#define __VER_STR2__(x) #x
|
#define __VER_STR2__(x) #x
|
||||||
#define __VER_STR1__(x) __VER_STR2__(x)
|
#define __VER_STR1__(x) __VER_STR2__(x)
|
||||||
|
@ -17,7 +17,7 @@ class BinaryDistribution(Distribution):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
_name = "pykd"
|
_name = "pykd"
|
||||||
_version = "0.3.0.11"
|
_version = "0.3.0.16"
|
||||||
_desc = "python windbg extension"
|
_desc = "python windbg extension"
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Loading…
Reference in New Issue
Block a user