summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-08-23 23:37:56 (GMT)
committerBarry Warsaw <barry@python.org>2010-08-23 23:37:56 (GMT)
commitd724296fc3f0e2f07e0d75f116344ef7f1f72021 (patch)
treed11422df72cfb8e30c074b089184e73199945f26 /Include
parent8275da3f6a5ce9f3be87b2c8330311505a3891f6 (diff)
downloadcpython-d724296fc3f0e2f07e0d75f116344ef7f1f72021.zip
cpython-d724296fc3f0e2f07e0d75f116344ef7f1f72021.tar.gz
cpython-d724296fc3f0e2f07e0d75f116344ef7f1f72021.tar.bz2
2.6.6 final. \o/v2.6.6
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 23af4f1..2d5cde2 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) */