File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,19 +46,20 @@ PERFORMANCE OF THIS SOFTWARE.
4646#define PY_RELEASE_LEVEL_BETA 0xB
4747#define PY_RELEASE_LEVEL_GAMMA 0xC
4848#define PY_RELEASE_LEVEL_FINAL 0xF /* Serial should be 0 here */
49+ /* Higher for patch releases */
4950
5051/* Version parsed out into numeric values */
5152#define PY_MAJOR_VERSION 1
5253#define PY_MINOR_VERSION 5
5354#define PY_MICRO_VERSION 2
54- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
55- #define PY_RELEASE_SERIAL 1
55+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
56+ #define PY_RELEASE_SERIAL 0
5657
5758/* Version as a string */
58- #define PY_VERSION "1.5.2c1 "
59+ #define PY_VERSION "1.5.2 "
5960
6061/* Historic */
61- #define PATCHLEVEL "1.5.2c1 "
62+ #define PATCHLEVEL "1.5.2 "
6263
6364/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
6465 Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
Original file line number Diff line number Diff line change 1- This is Python version 1.5.2c1 -- released Apr 8 , 1999
2- ======================================================
1+ This is Python version 1.5.2 -- released April 13 , 1999
2+ =======================================================
33
44
55What's new in this release?
You can’t perform that action at this time.
0 commit comments