diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-15 13:57:27 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-15 13:57:27 -0500 |
commit | ba98788bc545232a0e1b9458179253cf120176f6 (patch) | |
tree | c51180f1ade157142291bf77cad2515ec4c282a2 /Include/patchlevel.h | |
parent | 273cd1812a7c8646b52aa3afee1c5db5a0e539d6 (diff) | |
download | cpython-git-ba98788bc545232a0e1b9458179253cf120176f6.tar.gz |
bump to 3.1.5rc2
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 9fc6e97691..ac162ab1af 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 1 #define PY_MICRO_VERSION 5 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.1.5rc1" +#define PY_VERSION "3.1.5rc2" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |