summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-04-10 10:59:35 -0400
committerBarry Warsaw <barry@python.org>2012-04-10 10:59:35 -0400
commita12d0ccfbe189ba7f3ed99cb1feac69aa03d7fe0 (patch)
tree15a35bc82f61c6a561eca26c04f4bdb50af9dff6 /Include/patchlevel.h
parent75076b4971b26cff889dc33e84a579dc3e91a32e (diff)
downloadcpython-git-a12d0ccfbe189ba7f3ed99cb1feac69aa03d7fe0.tar.gz
Bump to 2.6.8v2.6.8
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 955e650075..f565752771 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 8
-#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.8rc2"
+#define PY_VERSION "2.6.8"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */