[Python-checkins] r66765 - in python/trunk: PC/pyconfig.h PCbuild/pyproject.vsprops

martin.v.loewis python-checkins at python.org
Fri Oct 3 12:59:56 CEST 2008


Author: martin.v.loewis
Date: Fri Oct  3 12:59:55 2008
New Revision: 66765

Log:
Update version number to 2.7.

Modified:
   python/trunk/PC/pyconfig.h
   python/trunk/PCbuild/pyproject.vsprops

Modified: python/trunk/PC/pyconfig.h
==============================================================================
--- python/trunk/PC/pyconfig.h	(original)
+++ python/trunk/PC/pyconfig.h	Fri Oct  3 12:59:55 2008
@@ -323,9 +323,9 @@
 			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 */

Modified: python/trunk/PCbuild/pyproject.vsprops
==============================================================================
--- python/trunk/PCbuild/pyproject.vsprops	(original)
+++ python/trunk/PCbuild/pyproject.vsprops	Fri Oct  3 12:59:55 2008
@@ -38,7 +38,7 @@
 	/>
 	<UserMacro
 		Name="PyDllName"
-		Value="python26"
+		Value="python27"
 	/>
 	<UserMacro
 		Name="PythonExe"


More information about the Python-checkins mailing list