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

anthonybaxter@users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Sep 20 15:11:39 CEST 2005


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

Modified Files:
      Tag: release24-maint
	BUILDno.txt pythoncore.vcproj 
Log Message:
pre-release machinations

Index: BUILDno.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/BUILDno.txt,v
retrieving revision 1.65.2.3
retrieving revision 1.65.2.4
diff -u -d -r1.65.2.3 -r1.65.2.4
--- BUILDno.txt	28 Mar 2005 09:04:20 -0000	1.65.2.3
+++ BUILDno.txt	20 Sep 2005 13:11:36 -0000	1.65.2.4
@@ -33,6 +33,8 @@
 
 Windows Python BUILD numbers
 ----------------------------
+  66    2.4.2c1
+        21-Sep-2005
   65    2.4.1
         30-Mar-2005
   64    2.4.1c2

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



More information about the Python-checkins mailing list