diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-12-04 08:53:27 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-12-04 08:53:27 (GMT) |
commit | 73629da1e02ebe7a441c7ed60430746f1135fb85 (patch) | |
tree | f77db9eec1ec2434954a04be7e79b2f5fd45fb16 /PC | |
parent | fd44062a7fdd489d409a18e16064c5824cb933d3 (diff) | |
download | cpython-73629da1e02ebe7a441c7ed60430746f1135fb85.zip cpython-73629da1e02ebe7a441c7ed60430746f1135fb85.tar.gz cpython-73629da1e02ebe7a441c7ed60430746f1135fb85.tar.bz2 |
Bumped up version number in PC/pyconfig.h.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/pyconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ 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 */ |