summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2011-06-03 20:02:47 -0400
committerBarry Warsaw <barry@python.org>2011-06-03 20:02:47 -0400
commit16ec24a1920dd4e94e2890032b5c4160621d526d (patch)
treeb1222fde01e4cb336002e8319ee1467d3b16c86c /Include/patchlevel.h
parent9c53584ebdb45c27d4b9c7cb7235bc5bb77c610f (diff)
downloadcpython-git-16ec24a1920dd4e94e2890032b5c4160621d526d.tar.gz
Replay svn r88850.v2.6.7
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 b0f049e8b7..a090202209 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 7
-#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.7rc2+"
+#define PY_VERSION "2.6.7"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */