[Python-checkins] r52382 - python/branches/release24-maint/PCbuild/BUILDno.txt python/branches/release24-maint/PCbuild/pythoncore.vcproj

martin.v.loewis python-checkins at python.org
Wed Oct 18 08:50:23 CEST 2006


Author: martin.v.loewis
Date: Wed Oct 18 08:50:22 2006
New Revision: 52382

Modified:
   python/branches/release24-maint/PCbuild/BUILDno.txt
   python/branches/release24-maint/PCbuild/pythoncore.vcproj
Log:
Bump buildno for 2.4.4.

Modified: python/branches/release24-maint/PCbuild/BUILDno.txt
==============================================================================
--- python/branches/release24-maint/PCbuild/BUILDno.txt	(original)
+++ python/branches/release24-maint/PCbuild/BUILDno.txt	Wed Oct 18 08:50:22 2006
@@ -33,6 +33,8 @@
 
 Windows Python BUILD numbers
 ----------------------------
+  71    2.4.4
+        18-Oct-2006
   70    2.4.4c1
         11-Oct-2006
   69    2.4.3

Modified: python/branches/release24-maint/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/release24-maint/PCbuild/pythoncore.vcproj	(original)
+++ python/branches/release24-maint/PCbuild/pythoncore.vcproj	Wed Oct 18 08:50:22 2006
@@ -1385,7 +1385,7 @@
 					Name="VCCLCompilerTool"
 					Optimization="2"
 					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="BUILD=70"/>
+					PreprocessorDefinitions="BUILD=71"/>
 			</FileConfiguration>
 			<FileConfiguration
 				Name="Debug|Win32">
@@ -1393,7 +1393,7 @@
 					Name="VCCLCompilerTool"
 					Optimization="0"
 					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="BUILD=70"/>
+					PreprocessorDefinitions="BUILD=71"/>
 			</FileConfiguration>
 			<FileConfiguration
 				Name="ReleaseItanium|Win32">


More information about the Python-checkins mailing list