mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 12:53:23 +08:00
[0.1.x] updated : set version to 0.1.0.14
git-svn-id: https://pykd.svn.codeplex.com/svn@76522 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
bc6c66cc13
commit
c7f4c24489
@ -1,3 +1,10 @@
|
|||||||
|
version 0.1.0.14 22/05/2012
|
||||||
|
|
||||||
|
[+] added : "subscription" for UDT typeInfo ( len(typeInfo), typeInfo[index] )
|
||||||
|
[+] added : "subscription" for UDT typedVar ( len(typedVar), typedVar[index] )
|
||||||
|
[!] fixed : issue #10767 ( supported virtual base classes )
|
||||||
|
|
||||||
|
|
||||||
version 0.1.0.13 17/05/2012
|
version 0.1.0.13 17/05/2012
|
||||||
|
|
||||||
[!] fixed : issue #10722 ( rdmsr raises exception )
|
[!] fixed : issue #10722 ( rdmsr raises exception )
|
||||||
|
@ -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 13
|
#define PYKD_VERSION_BUILDNO 14
|
||||||
|
|
||||||
|
|
||||||
#define __VER_STR2__(x) #x
|
#define __VER_STR2__(x) #x
|
||||||
|
Loading…
Reference in New Issue
Block a user