summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-10-03 10:59:55 +0000
committerMartin v. Löwis <martin@v.loewis.de>2008-10-03 10:59:55 +0000
commitc2dfd8c081d5dfe3c761d91fae332d19e24198e1 (patch)
treebd4fb72cffd3dba7b7603d366456806255ab97fe /PC/pyconfig.h
parent174440b5ec7bd26859c5f1fcfcd79026d267c5c6 (diff)
downloadcpython-git-c2dfd8c081d5dfe3c761d91fae332d19e24198e1.tar.gz
Update version number to 2.7.
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 93dbc0983b..d2874017ef 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -323,9 +323,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,"python26_d.lib")
+# pragma comment(lib,"python27_d.lib")
# else
-# pragma comment(lib,"python26.lib")
+# pragma comment(lib,"python27.lib")
# endif /* _DEBUG */
# endif /* _MSC_VER */
# endif /* Py_BUILD_CORE */