bumping to 2.6.4

This commit is contained in:
Barry Warsaw 2009-10-26 01:48:07 +00:00
parent aaa42f77db
commit 28dbc1f83e
7 changed files with 10 additions and 10 deletions

View file

@ -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) */