diff options
author | Larry Hastings <larry@hastings.org> | 2014-05-17 21:46:35 -0700 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-05-17 21:46:35 -0700 |
commit | 5c26a8afbb6fa43a35e8a1d6942157209890437a (patch) | |
tree | 69671662df4492a7f3b8bd2bc5c31b02987501ea | |
parent | d08aa47f930ebc8ca25bb1dc2c128d696f2c40c4 (diff) | |
download | cpython-git-5c26a8afbb6fa43a35e8a1d6942157209890437a.tar.gz |
Version bump for 3.4.1.v3.4.1
-rw-r--r-- | Include/patchlevel.h | 6 | ||||
-rw-r--r-- | Lib/distutils/__init__.py | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 | ||||
-rw-r--r-- | Misc/RPM/python-3.4.spec | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index a80a3e8d1b..960d7d0186 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.4.1rc1+" +#define PY_VERSION "3.4.1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index b00024940e..9463a35c79 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.4.1rc1" +__version__ = "3.4.1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index fa1c5a9b8e..22acb413d9 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.4.1rc1" +IDLE_VERSION = "3.4.1" diff --git a/Misc/RPM/python-3.4.spec b/Misc/RPM/python-3.4.spec index 1141e30c6e..74f55bce1f 100644 --- a/Misc/RPM/python-3.4.spec +++ b/Misc/RPM/python-3.4.spec @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 3.4.1rc1 +%define version 3.4.1 %define libvers 3.4 #--end constants-- %define release 1pydotorg |