diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-10-03 10:59:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-10-03 10:59:55 (GMT) |
commit | c2dfd8c081d5dfe3c761d91fae332d19e24198e1 (patch) | |
tree | bd4fb72cffd3dba7b7603d366456806255ab97fe /PC | |
parent | 174440b5ec7bd26859c5f1fcfcd79026d267c5c6 (diff) | |
download | cpython-c2dfd8c081d5dfe3c761d91fae332d19e24198e1.zip cpython-c2dfd8c081d5dfe3c761d91fae332d19e24198e1.tar.gz cpython-c2dfd8c081d5dfe3c761d91fae332d19e24198e1.tar.bz2 |
Update version number to 2.7.
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 93dbc09..d287401 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 */ |