diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-07-29 00:18:44 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-07-29 00:18:44 (GMT) |
commit | 32675b6860ff91e9df03f8905aaf75675f111b55 (patch) | |
tree | 9f8affec50d0c0c561d00010df884d38cd199e6c | |
parent | 0963803dcb14fba53f15dfd818d5920161aebf0d (diff) | |
download | cpython-32675b6860ff91e9df03f8905aaf75675f111b55.zip cpython-32675b6860ff91e9df03f8905aaf75675f111b55.tar.gz cpython-32675b6860ff91e9df03f8905aaf75675f111b55.tar.bz2 |
Bump Windows build number for 2.3 final.
-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 26f491a..2aef453 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 46 2.3 (final) + 29-Jul-2003 45 2.3c2 24-Jul-2003 44 2.3c1 diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 6a441b3..afe6fe6 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=45
+# ADD CPP /D BUILD=46
# End Source File
# Begin Source File
|