diff options
author | Barry Warsaw <barry@python.org> | 2009-10-26 01:48:07 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-10-26 01:48:07 (GMT) |
commit | 28dbc1f83e5bdc3f879a8a9d659908d2d476a1d9 (patch) | |
tree | cbf5f2a4818806dcab4bade1ac556a491ee9d52a /Include | |
parent | aaa42f77dbf312ff6c3c15abd8bfa059eeb0d3b1 (diff) | |
download | cpython-28dbc1f83e5bdc3f879a8a9d659908d2d476a1d9.zip cpython-28dbc1f83e5bdc3f879a8a9d659908d2d476a1d9.tar.gz cpython-28dbc1f83e5bdc3f879a8a9d659908d2d476a1d9.tar.bz2 |
bumping to 2.6.4v2.6.4
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 704a1b5..d5593312 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,11 +23,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 4 -#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 "2.6.4rc2+" +#define PY_VERSION "2.6.4" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |