diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-04-12 04:01:39 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-04-12 04:01:39 (GMT) |
commit | fd09e86109605e9070b3b9e0b24c7a173b28bb0e (patch) | |
tree | 06b67c7f42e78cd8c61a48b9288c66a59af887d5 /PCbuild | |
parent | db7657d4e00eabb110e245c9d39464ebb1feb8ae (diff) | |
download | cpython-fd09e86109605e9070b3b9e0b24c7a173b28bb0e.zip cpython-fd09e86109605e9070b3b9e0b24c7a173b28bb0e.tar.gz cpython-fd09e86109605e9070b3b9e0b24c7a173b28bb0e.tar.bz2 |
Update Windows build # and installer for 2.1c1.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/python20.wse | 8 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 9aab842..04c63c3 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 13 2.1c1 + 12-Apr-2001 12 2.1b2 20-Mar-2001 11 2.1b1 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 437771d..da34dac 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 beta 2 + Title=Python 2.1 release candidate 1 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 beta 2 + Value=Python 2.1 release candidate 1 end item: Set Variable Variable=GROUP @@ -633,10 +633,6 @@ end item: Remark Text=Where system DLLs are installed (choose one of the following): end -remarked item: Set Variable - Variable=DLLDEST - Value=%MAINDIR% -end item: Set Variable Variable=DLLDEST Value=%SYS32% diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index f26356d..53b0e4f 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=12
+# ADD CPP /D BUILD=13
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=12
+# ADD CPP /D BUILD=13
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
|