diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-15 18:01:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-15 18:01:04 (GMT) |
commit | f1acd0ab381b4e50b8f1a3cd0186ff1551c81b06 (patch) | |
tree | a4a8218cb009a89157c51ed42e88ab4b2c0be7b5 /Include | |
parent | 32a3b147b24847702c2fc7e7cf030b5f34921c2b (diff) | |
parent | bf6bf4f8f2ca83ed60ef36c768deddea336f468c (diff) | |
download | cpython-f1acd0ab381b4e50b8f1a3cd0186ff1551c81b06.zip cpython-f1acd0ab381b4e50b8f1a3cd0186ff1551c81b06.tar.gz cpython-f1acd0ab381b4e50b8f1a3cd0186ff1551c81b06.tar.bz2 |
merge from 2.7 release branch
Diffstat (limited to 'Include')
-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 aa0d6fc..107eb1e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -24,10 +24,10 @@ #define PY_MINOR_VERSION 7 #define PY_MICRO_VERSION 3 #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 "2.7.3rc1" +#define PY_VERSION "2.7.3rc2" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |