diff options
author | Barry Warsaw <barry@python.org> | 2008-12-04 02:59:51 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-12-04 02:59:51 (GMT) |
commit | 3d407dc564bd92b46ed00380213f545e515d6ddf (patch) | |
tree | 202ea7e24ad6a35d89611f347113dfcd2239286c /Include | |
parent | f3127b123b9ff0799bfbb0eb9f45f1c8a1c4a131 (diff) | |
download | cpython-3d407dc564bd92b46ed00380213f545e515d6ddf.zip cpython-3d407dc564bd92b46ed00380213f545e515d6ddf.tar.gz cpython-3d407dc564bd92b46ed00380213f545e515d6ddf.tar.bz2 |
Prep for 2.6.1v2.6.1
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 8a13a7c..55fe65e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,12 +22,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 6 -#define PY_MICRO_VERSION 0 +#define PY_MICRO_VERSION 1 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.6+" +#define PY_VERSION "2.6.1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |