File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323#define PY_MINOR_VERSION 3
2424#define PY_MICRO_VERSION 0
2525#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
26- #define PY_RELEASE_SERIAL 1
26+ #define PY_RELEASE_SERIAL 2
2727
2828/* Version as a string */
29- #define PY_VERSION "2.3b1+ "
29+ #define PY_VERSION "2.3b2 "
3030
3131/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
3232 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
Original file line number Diff line number Diff line change 3333 * but that neither gives an error nor comes anywhere close to working. The
3434 * following comment and #define are output from PCbuild\field3.py:
3535 *
36- * For 2.3b1 ,
36+ * For 2.3b2 ,
3737 * PY_MICRO_VERSION = 0
3838 * PY_RELEASE_LEVEL = 'beta' = 0xb
39- * PY_RELEASE_SERIAL = 1
39+ * PY_RELEASE_SERIAL = 2
4040 *
41- * and 0*1000 + 11*10 + 1 = 111
41+ * and 0*1000 + 11*10 + 2 = 112
4242 */
43- #define FIELD3 111
43+ #define FIELD3 112
4444
4545/* e.g., 2.1a2
4646 * PY_VERSION comes from patchevel.h
You can’t perform that action at this time.
0 commit comments