[Python-checkins] python/dist/src/PCbuild BUILDno.txt, 1.65.2.4, 1.65.2.5 pythoncore.vcproj, 1.25.2.4, 1.25.2.5

anthonybaxter@users.sourceforge.net anthonybaxter at users.sourceforge.net
Wed Sep 28 04:15:18 CEST 2005


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29339/PCbuild

Modified Files:
      Tag: release24-maint
	BUILDno.txt pythoncore.vcproj 
Log Message:
2.4.2 release stuff

Index: BUILDno.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/BUILDno.txt,v
retrieving revision 1.65.2.4
retrieving revision 1.65.2.5
diff -u -d -r1.65.2.4 -r1.65.2.5
--- BUILDno.txt	20 Sep 2005 13:11:36 -0000	1.65.2.4
+++ BUILDno.txt	28 Sep 2005 02:15:14 -0000	1.65.2.5
@@ -33,6 +33,8 @@
 
 Windows Python BUILD numbers
 ----------------------------
+  67    2.4.2
+        28-Sep-2005
   66    2.4.2c1
         21-Sep-2005
   65    2.4.1

Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.25.2.4
retrieving revision 1.25.2.5
diff -u -d -r1.25.2.4 -r1.25.2.5
--- pythoncore.vcproj	20 Sep 2005 13:11:36 -0000	1.25.2.4
+++ pythoncore.vcproj	28 Sep 2005 02:15:14 -0000	1.25.2.5
@@ -1385,7 +1385,7 @@
 					Name="VCCLCompilerTool"
 					Optimization="2"
 					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="BUILD=66"/>
+					PreprocessorDefinitions="BUILD=67"/>
 			</FileConfiguration>
 			<FileConfiguration
 				Name="Debug|Win32">
@@ -1393,7 +1393,7 @@
 					Name="VCCLCompilerTool"
 					Optimization="0"
 					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="BUILD=66"/>
+					PreprocessorDefinitions="BUILD=67"/>
 			</FileConfiguration>
 			<FileConfiguration
 				Name="ReleaseItanium|Win32">
@@ -1401,7 +1401,7 @@
 					Name="VCCLCompilerTool"
 					Optimization="2"
 					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="BUILD=66"/>
+					PreprocessorDefinitions="BUILD=67"/>
 			</FileConfiguration>
 		</File>
 		<File



More information about the Python-checkins mailing list