]> granicus.if.org Git - python/commitdiff
Bumped up version number in PC/pyconfig.h.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 4 Dec 2008 08:53:27 +0000 (08:53 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 4 Dec 2008 08:53:27 +0000 (08:53 +0000)
PC/pyconfig.h

index 987c3261d9dc05411861263608fe39777dbbcd83..53568a6bd4727f924e8ecf1aae7bbd8032d0364b 100644 (file)
@@ -319,9 +319,9 @@ Py_NO_ENABLE_SHARED to find out.  Also support MS_NO_COREDLL for b/w compat */
                        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 */