]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prepare for the release of 2.3.2.
authorThomas Heller <theller@ctypes.org>
Wed, 1 Oct 2003 17:35:07 +0000 (17:35 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 1 Oct 2003 17:35:07 +0000 (17:35 +0000)
I hope 3-Oct-2003 will be the release date.

PC/python_nt.rc
PCbuild/BUILDno.txt
PCbuild/pythoncore.dsp

index 597d99feabdf20ced724631eb1cecf5016dead3a..52d5924e3dcbd6c38e1c1f7b216b3dce59acc14e 100644 (file)
  * but that neither gives an error nor comes anywhere close to working.  The
  * following comment and #define are output from PCbuild\field3.py:
  *
- * For 2.3.2c1,
+ * For 2.3.2,
  * PY_MICRO_VERSION = 2
- * PY_RELEASE_LEVEL = 'candidate' = 0xc
- * PY_RELEASE_SERIAL = 1
+ * PY_RELEASE_LEVEL = 'final' = 0xf
+ * PY_RELEASE_SERIAL = 0
  *
- * and 2*1000 + 12*10 + 1 = 2121
+ * and 2*1000 + 15*10 + 0 = 2150
  */
-#define FIELD3 2121
+#define FIELD3 2150
 
 /* e.g., 2.1a2
  * PY_VERSION comes from patchevel.h
index 7f796842ccc17c852e1938f24c4f05810639f760..473c80bf002cb3114def73408a3f36c6874c2a2f 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  49    2.3.2 (final)
+        3-Oct-2003
   48    2.3.2c1
         30-Sep-2003
   47    2.3.1 (final)
index f0aaece1073b1548d8e431c228e4cdb6de471670..991e96fb8064e5a2c965c76bfe54509342e7b38b 100644 (file)
@@ -258,7 +258,7 @@ SOURCE=..\Python\getargs.c
 # Begin Source File\r
 \r
 SOURCE=..\Modules\getbuildinfo.c\r
-# ADD CPP /D BUILD=48\r
+# ADD CPP /D BUILD=49\r
 # End Source File\r
 # Begin Source File\r
 \r