]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
2.1.1c1 WIndows fiddling, plus patchlevel.h.
authorTim Peters <tim.peters@gmail.com>
Mon, 2 Jul 2001 04:31:28 +0000 (04:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 2 Jul 2001 04:31:28 +0000 (04:31 +0000)
Include/patchlevel.h
PCbuild/BUILDno.txt
PCbuild/python20.wse
PCbuild/pythoncore.dsp

index 83c24fe7ce782fe01cd43a748e594e6841b0a79a..886df9400c551e99a760168dc53d8ed8b7feed5c 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       1
 #define PY_MICRO_VERSION       1
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.1.1a1"
+#define PY_VERSION             "2.1.1c1"
 
 /* Historic */
-#define PATCHLEVEL             "2.1.1a1"
+#define PATCHLEVEL             "2.1.1c1"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
index fbde8b9208650a32c95ef802f8b9849ef025fb47..6a7b5ae71ea2cb169e0a8857d918fc070f0d131c 100644 (file)
@@ -33,6 +33,10 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  20    2.1.1       TENTATIVE
+        20-Jul-2001
+  19    2.1.1c1     TENTATIVE
+        13-Jul-2001
   15    2.1
         16-Apr-2001
   14    2.1c2
index deb4cc7c60864dadc2bdbbb11af1b02cd5805e66..a4ff0f63d7ab04b9b83192c857af2143bbf1ed0e 100644 (file)
@@ -1,7 +1,7 @@
 Document Type: WSE
 item: Global
   Version=5.0
-  Title=Python 2.1
+  Title=Python 2.1.1c1
   Flags=00010100
   Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
   Japanese Font Name=MS Gothic
@@ -66,7 +66,7 @@ item: End Block
 end
 item: Set Variable
   Variable=APPTITLE
-  Value=Python 2.1
+  Value=Python 2.1.1c1
 end
 item: Set Variable
   Variable=GROUP
index b33e482e0afd7567eace107292005139b4ddef90..4ec2b6464d84a7d0f5ff5d702d8d964c31f0d761 100644 (file)
@@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c
 \r
 !IF  "$(CFG)" == "pythoncore - Win32 Release"\r
 \r
-# ADD CPP /D BUILD=15\r
+# ADD CPP /D BUILD=19\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"\r
 \r
-# ADD CPP /D BUILD=15\r
+# ADD CPP /D BUILD=19\r
 \r
 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"\r
 \r