diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-02 04:31:28 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-02 04:31:28 (GMT) |
commit | bfc74e852472db9b46cd9c1271a04bb9d0ff923e (patch) | |
tree | fe6c0dd43831d363208c5e619534149f34d4fb1c | |
parent | d8e303cdc06994bf73af8a39de1f2f9d7c034a62 (diff) | |
download | cpython-bfc74e852472db9b46cd9c1271a04bb9d0ff923e.zip cpython-bfc74e852472db9b46cd9c1271a04bb9d0ff923e.tar.gz cpython-bfc74e852472db9b46cd9c1271a04bb9d0ff923e.tar.bz2 |
2.1.1c1 WIndows fiddling, plus patchlevel.h.
-rw-r--r-- | Include/patchlevel.h | 6 | ||||
-rw-r--r-- | PCbuild/BUILDno.txt | 4 | ||||
-rw-r--r-- | PCbuild/python20.wse | 4 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 83c24fe..886df94 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,14 +22,14 @@ #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 >= ... */ diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index fbde8b9..6a7b5ae 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -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 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index deb4cc7..a4ff0f6 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -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 diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index b33e482..4ec2b64 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -739,11 +739,11 @@ SOURCE=..\Modules\getbuildinfo.c !IF "$(CFG)" == "pythoncore - Win32 Release"
-# ADD CPP /D BUILD=15
+# ADD CPP /D BUILD=19
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=15
+# ADD CPP /D BUILD=19
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|