diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-12-31 02:09:08 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-12-31 02:09:08 (GMT) |
commit | 735950b3c0681d187cdc590f5c74e8bec3492919 (patch) | |
tree | a4d086624a0d5df5b99f2cf87d0f86cd70dc75d3 /PCbuild | |
parent | f122688b3fe2bb3e05af8bea0f02a4ee8207b7e3 (diff) | |
download | cpython-735950b3c0681d187cdc590f5c74e8bec3492919.zip cpython-735950b3c0681d187cdc590f5c74e8bec3492919.tar.gz cpython-735950b3c0681d187cdc590f5c74e8bec3492919.tar.bz2 |
Bump the Windows build # for 2.3a1.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/pythoncore.dsp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index e6a50e6..a657e1c 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 38 2.3a1 + 31-Dec-2002 37 2.2.2 (final) 14-Oct-2002 36 2.2.2b1 diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 0c5d43d..5a84506 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -258,7 +258,7 @@ SOURCE=..\Python\getargs.c # Begin Source File
SOURCE=..\Modules\getbuildinfo.c
-# ADD CPP /D BUILD=29
+# ADD CPP /D BUILD=38
# End Source File
# Begin Source File
|