diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 (GMT) |
commit | 392851624f4a594f20abb7cdc08d718c71a35cd6 (patch) | |
tree | f5f5ae42dea040c66be81979cab909971c5dba8a /Include | |
parent | 6a86a62049abd4cf6094c30126ca15a41af7efc9 (diff) | |
download | cpython-392851624f4a594f20abb7cdc08d718c71a35cd6.zip cpython-392851624f4a594f20abb7cdc08d718c71a35cd6.tar.gz cpython-392851624f4a594f20abb7cdc08d718c71a35cd6.tar.bz2 |
bump version to 3.1 final :)
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 48763f9..8d21ce1 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 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.1rc2+" +#define PY_VERSION "3.1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |