[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:
SND\kernelnet_cp 2012-05-22 12:33:47 +00:00 committed by Mikhail I. Izmestev
parent bc6c66cc13
commit c7f4c24489
2 changed files with 8 additions and 1 deletions

View File

@ -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
[!] fixed : issue #10722 ( rdmsr raises exception )

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 13
#define PYKD_VERSION_BUILDNO 14
#define __VER_STR2__(x) #x