diff --git a/pykd/pykdver.h b/pykd/pykdver.h index 09624ce..b2566d7 100644 --- a/pykd/pykdver.h +++ b/pykd/pykdver.h @@ -2,7 +2,7 @@ #define PYKD_VERSION_MAJOR 0 #define PYKD_VERSION_MINOR 3 #define PYKD_VERSION_SUBVERSION 4 -#define PYKD_VERSION_BUILDNO 1 +#define PYKD_VERSION_BUILDNO 2 #define __VER_STR2__(x) #x #define __VER_STR1__(x) __VER_STR2__(x) diff --git a/setup/setup.py b/setup/setup.py index f8038e6..a605a7d 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -8,7 +8,7 @@ import sys _name = "pykd" _desc = "python windbg extension" -_version = '0.3.4.0' +_version = '0.3.4.1' def getReleaseSrc(): return 'Release_%d.%d' % sys.version_info[0:2]