From: Hirokazu Yamamoto Date: Thu, 4 Dec 2008 08:53:27 +0000 (+0000) Subject: Bumped up version number in PC/pyconfig.h. X-Git-Tag: v3.1a1~775 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73629da1e02ebe7a441c7ed60430746f1135fb85;p=python Bumped up version number in PC/pyconfig.h. --- diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 987c3261d9..53568a6bd4 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -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 */