]> granicus.if.org Git - python/commitdiff
Bump the release number to 2.3c1.
authorTim Peters <tim.peters@gmail.com>
Thu, 17 Jul 2003 14:48:26 +0000 (14:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 17 Jul 2003 14:48:26 +0000 (14:48 +0000)
Include/patchlevel.h
PC/python_nt.rc
PCbuild/BUILDno.txt
PCbuild/python20.wse
PCbuild/pythoncore.dsp

index a295f5eba2ecc94673107709bb3b28c2f879659b..d480e01f605624cb7bf3fe903718882521914dd5 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.3b2+"
+#define PY_VERSION             "2.3c1"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
index a3a927d42863f5ba60fbcbc70352e567855b381a..45a921db50458b05e3a5c712e8b050f58967662e 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.3b2,
+ * For 2.3c1,
  * PY_MICRO_VERSION = 0
- * PY_RELEASE_LEVEL = 'beta' = 0xb
- * PY_RELEASE_SERIAL = 2
+ * PY_RELEASE_LEVEL = 'candidate' = 0xc
+ * PY_RELEASE_SERIAL = 1
  *
- * and 0*1000 + 11*10 + 2 = 112
+ * and 0*1000 + 12*10 + 1 = 121
  */
-#define FIELD3 112
+#define FIELD3 121
 
 /* e.g., 2.1a2
  * PY_VERSION comes from patchevel.h
index 3e094ce82c8bc0ac9d48d47325c0d683855cb281..5663c7c9dc0b4107832a5067c3cff8186dbc1bb2 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  44    2.3c1
+        17-Jul-2003
   43    2.3b2
         29-Jun-2003
   42    2.2.3 (final)
index f8bff0957a247b3086e0056d2652f87bc98cbabf..9cbbaaf2714d1db015ae586484e22191ca2af722 100644 (file)
@@ -1,7 +1,7 @@
 Document Type: WSE
 item: Global
   Version=8.14
-  Title=Python 2.3 beta 2
+  Title=Python 2.3 release candidate 1
   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 @@ item: Global
   Patch Flags=0000000000001001
   Patch Threshold=85
   Patch Memory=4000
-  EXE Filename=Python-2.3b2.exe
+  EXE Filename=Python-2.3c1.exe
   Dialogs Version=8
-  Version File=2.3b2
+  Version File=2.3c1
   Version Description=Python Programming Language
   Version Copyright=©2001-2003 Python Software Foundation
   Version Company=PythonLabs at Zope Corporation
@@ -66,7 +66,7 @@ item: Global
 end
 item: Set Variable
   Variable=PYVER_STRING
-  Value=2.3b2
+  Value=2.3c1
 end
 item: Remark
 end
index 9cd37858f9fece2e2771b26eadfac38ad385c20b..10e743c13a2d10d64911e50146f4466adb176ca1 100644 (file)
@@ -258,7 +258,7 @@ SOURCE=..\Python\getargs.c
 # Begin Source File\r
 \r
 SOURCE=..\Modules\getbuildinfo.c\r
-# ADD CPP /D BUILD=43\r
+# ADD CPP /D BUILD=44\r
 # End Source File\r
 # Begin Source File\r
 \r