[0.1.x] updated : set version to 0.1.0.12

git-svn-id: https://pykd.svn.codeplex.com/svn@75760 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2012-04-24 13:09:21 +00:00 committed by Mikhail I. Izmestev
parent 2c56b463be
commit 399dccebd9
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
version 0.1.0.12 24/04/2012
[+] added : get/set load address for DIA global scope
[+] added : get virtual address for DIA Symbol
[+] added : find DIA-symbol by VA
[!] fixed : output for standalone python app with stdout redirection
[!] fixed : issue #10628 ( typedef is not supported )
[!] fixed : working with class static members ( static const is not supported yet )
[!] fixed : print DIA symbols
[!] fixed : issue #10579 ( typedVar does not work with base types )
[!] fixed : issue #10611 ( typeInfo does not work with base types )
version 0.1.0.11 10/04/2012 version 0.1.0.11 10/04/2012
[+] added : module class can be created directly ( added two constructors ) [+] added : module class can be created directly ( added two constructors )

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 11 #define PYKD_VERSION_BUILDNO 12
#define __VER_STR2__(x) #x #define __VER_STR2__(x) #x