File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919#define PY_MAJOR_VERSION 3
2020#define PY_MINOR_VERSION 4
2121#define PY_MICRO_VERSION 1
22- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23- #define PY_RELEASE_SERIAL 1
22+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23+ #define PY_RELEASE_SERIAL 0
2424
2525/* Version as a string */
26- #define PY_VERSION "3.4.1rc1+ "
26+ #define PY_VERSION "3.4.1 "
2727/*--end constants--*/
2828
2929/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change 1313# Updated automatically by the Python release process.
1414#
1515#--start constants--
16- __version__ = "3.4.1rc1 "
16+ __version__ = "3.4.1 "
1717#--end constants--
Original file line number Diff line number Diff line change 1- IDLE_VERSION = "3.4.1rc1 "
1+ IDLE_VERSION = "3.4.1 "
Original file line number Diff line number Diff line change 3939
4040%define name python
4141#--start constants--
42- %define version 3.4.1rc1
42+ %define version 3.4.1
4343%define libvers 3.4
4444#--end constants--
4545%define release 1pydotorg
You can’t perform that action at this time.
0 commit comments