summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-03 13:56:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-03 13:56:13 (GMT)
commitc60082d283933b0fe19b22d4caca67e3b686ac0b (patch)
treea3806c04ddd8c3e054e992a9a5d4770e5dc1f0ae /Include
parent6728d14b28b4caf3db25109ebf5b35d998c25783 (diff)
downloadcpython-c60082d283933b0fe19b22d4caca67e3b686ac0b.zip
cpython-c60082d283933b0fe19b22d4caca67e3b686ac0b.tar.gz
cpython-c60082d283933b0fe19b22d4caca67e3b686ac0b.tar.bz2
update to 2.7 final
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 8e2f31d..84e2f27 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,11 +23,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
-#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.7rc2+"
+#define PY_VERSION "2.7"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */