Bumped up version number in PC/pyconfig.h.
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 987c326..53568a6 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -319,9 +319,9 @@
 			their Makefile (other compilers are generally
 			taken care of by distutils.) */
 #			ifdef _DEBUG
-#				pragma comment(lib,"python30_d.lib")
+#				pragma comment(lib,"python31_d.lib")
 #			else
-#				pragma comment(lib,"python30.lib")
+#				pragma comment(lib,"python31.lib")
 #			endif /* _DEBUG */
 #		endif /* _MSC_VER */
 #	endif /* Py_BUILD_CORE */