[0.1.x] updted : set version to 0.1.0.9

git-svn-id: https://pykd.svn.codeplex.com/svn@74884 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2012-03-13 06:18:05 +00:00 committed by Mikhail I. Izmestev
parent 0fba06acca
commit 0beb496d8d
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
version 0.1.0.9 13/04/2012
[+] added : support constant variables without RVA
[+] added : DIA: undecorated name getter
[+] added : DIA: load symbols for executable file
[+] added : ability to return "None" from bp-handler
[+] added : typedVar __str__ converter ( base class is not printed )
[!] fiexd : issue #10393 ( Failed to get type name for void* )
version 0.1.0.8 10/02/2012

View File

@ -2,7 +2,7 @@
#define PYKD_VERSION_MAJOR 0
#define PYKD_VERSION_MINOR 1
#define PYKD_VERSION_SUBVERSION 0
#define PYKD_VERSION_BUILDNO 8
#define PYKD_VERSION_BUILDNO 9
#define __VER_STR2__(x) #x