Some Windows changes preparing for 2.3b2.
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt
index 556aa96..3e094ce 100644
--- a/PCbuild/BUILDno.txt
+++ b/PCbuild/BUILDno.txt
@@ -33,6 +33,8 @@
 
 Windows Python BUILD numbers
 ----------------------------
+  43    2.3b2
+        29-Jun-2003
   42    2.2.3 (final)
         30-May-2003
   41    2.2.3c1
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index b0f12c3..b63e975 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -1,7 +1,7 @@
 Document Type: WSE
 item: Global
   Version=8.14
-  Title=Python 2.3 beta 1
+  Title=Python 2.3 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
@@ -18,9 +18,9 @@
   Patch Flags=0000000000001001
   Patch Threshold=85
   Patch Memory=4000
-  EXE Filename=Python-2.3b1.exe
+  EXE Filename=Python-2.3b2.exe
   Dialogs Version=8
-  Version File=2.3b1
+  Version File=2.3b2
   Version Description=Python Programming Language
   Version Copyright=©2001-2003 Python Software Foundation
   Version Company=PythonLabs at Zope Corporation
@@ -66,7 +66,7 @@
 end
 item: Set Variable
   Variable=PYVER_STRING
-  Value=2.3b1
+  Value=2.3b2
 end
 item: Remark
 end
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp
index 053d8b5..9cd3785 100644
--- a/PCbuild/pythoncore.dsp
+++ b/PCbuild/pythoncore.dsp
@@ -258,7 +258,7 @@
 # Begin Source File

 

 SOURCE=..\Modules\getbuildinfo.c

-# ADD CPP /D BUILD=40

+# ADD CPP /D BUILD=43

 # End Source File

 # Begin Source File

 

diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 5d9dd83..b7e1f32 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -101,6 +101,9 @@
 
     XXX Some tests failed in "nmake -f makefile.vc test".
     XXX all.tcl:  Total 10480   Passed 9743    Skipped 719     Failed 18
+    XXX
+    XXX That was on Win98SE.  On Win2K:
+    XXX all.tcl   Total 10480   Passed 9781    Skipped 698     Failed  1
 
     Build Tk
     --------