[0.2.x] fixed: set version to 0.2.0.14

git-svn-id: https://pykd.svn.codeplex.com/svn@82273 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2013-01-14 06:18:09 +00:00 committed by Mikhail I. Izmestev
parent a59d64e04c
commit 3fc14a4ad2
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#define PYKD_VERSION_MAJOR 0
#define PYKD_VERSION_MINOR 2
#define PYKD_VERSION_SUBVERSION 0
#define PYKD_VERSION_BUILDNO 13
#define PYKD_VERSION_BUILDNO 14
#define __VER_STR2__(x) #x

View File

@ -104,7 +104,7 @@ BOOST_PYTHON_MODULE( pykd )
python::def( "isWindbgExt", &WindbgGlobalSession::isInit,
"Check if script works in windbg context" );
python::def( "writeDump", &writeDump,
"Write memory dump" );
"Create memory dump file" );
python::def( "breakin", &debugBreak,
"Break into debugger" );