diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-11-27 14:46:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-11-27 14:46:13 (GMT) |
commit | 5757429130b8bba026e75d358ef0494a6ac0aed8 (patch) | |
tree | 5e465b7c048f29351aba28ddaf8ffa765eb972c3 /Include | |
parent | 55d86e6c76ae54c5d1cc6aecb6b64577117ceef8 (diff) | |
download | cpython-5757429130b8bba026e75d358ef0494a6ac0aed8.zip cpython-5757429130b8bba026e75d358ef0494a6ac0aed8.tar.gz cpython-5757429130b8bba026e75d358ef0494a6ac0aed8.tar.bz2 |
3.1.3 final version bumpv3.1.3
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 2a01bd5..9bcab54 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 1 #define PY_MICRO_VERSION 3 -#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.1.3rc1+" +#define PY_VERSION "3.1.3" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |