mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-19 11:03:23 +08:00
[0.3.x] changed : version up
git-svn-id: https://pykd.svn.codeplex.com/svn@91194 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
260c3bc448
commit
67966b169b
@ -2,7 +2,7 @@
|
||||
#define PYKD_VERSION_MAJOR 0
|
||||
#define PYKD_VERSION_MINOR 3
|
||||
#define PYKD_VERSION_SUBVERSION 2
|
||||
#define PYKD_VERSION_BUILDNO 0
|
||||
#define PYKD_VERSION_BUILDNO 2
|
||||
|
||||
#define __VER_STR2__(x) #x
|
||||
#define __VER_STR1__(x) __VER_STR2__(x)
|
||||
|
@ -8,7 +8,7 @@ import sys
|
||||
|
||||
_name = "pykd"
|
||||
_desc = "python windbg extension"
|
||||
_version = '0.3.2.0'
|
||||
_version = '0.3.2.2'
|
||||
|
||||
def getReleaseSrc():
|
||||
return 'Release_%d.%d' % sys.version_info[0:2]
|
||||
|
Loading…
Reference in New Issue
Block a user