From 8042d21fd70fda59cafa25f09f1e7f35030ab4e3 Mon Sep 17 00:00:00 2001
From: "SND\\kernelnet_cp"
 <SND\kernelnet_cp@9b283d60-5439-405e-af05-b73fd8c4d996>
Date: Fri, 26 Dec 2014 14:08:33 +0000
Subject: [PATCH] [0.3.x] updated : version set to 0.3.0.16

git-svn-id: https://pykd.svn.codeplex.com/svn@89544 9b283d60-5439-405e-af05-b73fd8c4d996
---
 pykd/pykdver.h | 2 +-
 setup/setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pykd/pykdver.h b/pykd/pykdver.h
index a6d7d37..7b3e52a 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 0
-#define PYKD_VERSION_BUILDNO    15
+#define PYKD_VERSION_BUILDNO    16
 
 #define __VER_STR2__(x) #x
 #define __VER_STR1__(x) __VER_STR2__(x)
diff --git a/setup/setup.py b/setup/setup.py
index cb22e07..fcc001d 100644
--- a/setup/setup.py
+++ b/setup/setup.py
@@ -17,7 +17,7 @@ class BinaryDistribution(Distribution):
         return False
 
 _name = "pykd"
-_version = "0.3.0.11"
+_version = "0.3.0.16"
 _desc = "python windbg extension"
 
 setup(