summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-03-21 06:09:14 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-03-21 06:09:14 (GMT)
commit55f826cd6a63fd66041b608ab09d672bb84c6f00 (patch)
tree10ce7ad80e8d065d50083f0fc33f3a195daed721 /PCbuild
parenteba5130e4f3254e5722b09421224cd86d6d9aca8 (diff)
downloadcpython-55f826cd6a63fd66041b608ab09d672bb84c6f00.zip
cpython-55f826cd6a63fd66041b608ab09d672bb84c6f00.tar.gz
cpython-55f826cd6a63fd66041b608ab09d672bb84c6f00.tar.bz2
Update Windows installer for 2.1b2.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/BUILDno.txt2
-rw-r--r--PCbuild/python20.wse4
-rw-r--r--PCbuild/pythoncore.dsp4
3 files changed, 6 insertions, 4 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt
index 7de90bd..9aab842 100644
--- a/PCbuild/BUILDno.txt
+++ b/PCbuild/BUILDno.txt
@@ -33,6 +33,8 @@ How to change the Windows build number:
Windows Python BUILD numbers
----------------------------
+ 12 2.1b2
+ 20-Mar-2001
11 2.1b1
28-Feb-2001
10 2.1a2
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index e097f34..3dc317b 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 1
+ Title=Python 2.1 beta 2
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 1
+ Value=Python 2.1 beta 2
end
item: Set Variable
Variable=GROUP
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp
index 64c661c..f26356d 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=11
+# ADD CPP /D BUILD=12
!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-# ADD CPP /D BUILD=11
+# ADD CPP /D BUILD=12
!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"