summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-08-23 23:37:56 +0000
committerBarry Warsaw <barry@python.org>2010-08-23 23:37:56 +0000
commitd724296fc3f0e2f07e0d75f116344ef7f1f72021 (patch)
treed11422df72cfb8e30c074b089184e73199945f26 /Include/patchlevel.h
parent8275da3f6a5ce9f3be87b2c8330311505a3891f6 (diff)
downloadcpython-git-2.6.6.tar.gz
2.6.6 final. \o/v2.6.6
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 23af4f197e..2d5cde2959 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 6
-#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.6rc2+"
+#define PY_VERSION "2.6.6"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */