[Python-3000-checkins] r67517 - python/branches/py3k/PC/pyconfig.h

hirokazu.yamamoto python-3000-checkins at python.org
Thu Dec 4 09:53:27 CET 2008


Author: hirokazu.yamamoto
Date: Thu Dec  4 09:53:27 2008
New Revision: 67517

Log:
Bumped up version number in PC/pyconfig.h.

Modified:
   python/branches/py3k/PC/pyconfig.h

Modified: python/branches/py3k/PC/pyconfig.h
==============================================================================
--- python/branches/py3k/PC/pyconfig.h	(original)
+++ python/branches/py3k/PC/pyconfig.h	Thu Dec  4 09:53:27 2008
@@ -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 */


More information about the Python-3000-checkins mailing list