Post 2.5.5.

This commit is contained in:
Martin v. Löwis 2010-01-31 16:00:16 +00:00
parent e80cf5ae54
commit b3b56fcfcb
2 changed files with 9 additions and 3 deletions

View file

@ -21,12 +21,12 @@
/* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 5
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_MICRO_VERSION 6
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "2.5.5"
#define PY_VERSION "2.5.5+"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"