From 3fc14a4ad234f6f3648fcc8083ef52cd2892976f Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" <SND\kernelnet_cp@9b283d60-5439-405e-af05-b73fd8c4d996> Date: Mon, 14 Jan 2013 06:18:09 +0000 Subject: [PATCH] [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 --- pykd/pykdver.h | 2 +- pykd/python/pymod.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pykd/pykdver.h b/pykd/pykdver.h index b61c2de..1797fd8 100644 --- a/pykd/pykdver.h +++ b/pykd/pykdver.h @@ -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 diff --git a/pykd/python/pymod.cpp b/pykd/python/pymod.cpp index 02c2bea..3c8a4ab 100644 --- a/pykd/python/pymod.cpp +++ b/pykd/python/pymod.cpp @@ -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" );