File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222#define PY_MAJOR_VERSION 2
2323#define PY_MINOR_VERSION 3
2424#define PY_MICRO_VERSION 2
25- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
26- #define PY_RELEASE_SERIAL 1
25+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
26+ #define PY_RELEASE_SERIAL 0
2727
2828/* Version as a string */
29- #define PY_VERSION "2.3.2c1 "
29+ #define PY_VERSION "2.3.2 "
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 3030#################################
3131
3232%define name python
33- %define version 2.3.2c1
33+ %define version 2.3.2
3434%define libvers 2.3
3535%define release 1pydotorg
3636%define __prefix /usr
Original file line number Diff line number Diff line change 1- This is Python version 2.3.2c1
2- ==============================
1+ This is Python version 2.3.2
2+ ============================
33
44Copyright (c) 2001, 2002, 2003 Python Software Foundation.
55All rights reserved.
You can’t perform that action at this time.
0 commit comments