[0.1.x] updated : set version to 0.1.0.16

git-svn-id: https://pykd.svn.codeplex.com/svn@78016 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2012-07-12 11:23:34 +00:00 committed by Mikhail I. Izmestev
parent cc27c3b20c
commit cb23933f77
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
version 0.1.0.16 12/07/2012
[+] added : sizeof() routine ( return size of type or variable )
[!] fixed : issue #10850 ( getContext() raises exception )
[!] fixed : issue #10473 ( read virtual memory (target - PE, loaded as dump ) )
version 0.1.0.15 09/06/2012
[+] added : disasm::disasm method with offset parameter ( continue disassembling from the specified offset )

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 15
#define PYKD_VERSION_BUILDNO 16
#define __VER_STR2__(x) #x