[0.1.x] updated : set version to 0.1.0.10

git-svn-id: https://pykd.svn.codeplex.com/svn@75103 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2012-03-28 05:58:29 +00:00 committed by Mikhail I. Izmestev
parent dbd8df05d6
commit 1c455d5327
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
version 0.1.0.9 13/04/2012 version 0.1.0.10 28/03/2012
[+] added : direct constructor for typeInfo
[+] added : direct constructor for typedVar
[+] added : typedVarList, typedVarArray, containingRecord routines
[!] fixed : issue #10521 ( typeInfo returns invalid type name for array's element )
[!] fixed : issue #10338 ( print typeInfo raises TypeException )
version 0.1.0.9 13/03/2012
[+] added : support constant variables without RVA [+] added : support constant variables without RVA
[+] added : DIA: undecorated name getter [+] added : DIA: undecorated name getter

View File

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