summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2013-10-29 14:14:05 (GMT)
committerBarry Warsaw <barry@python.org>2013-10-29 14:14:05 (GMT)
commit8493c0cd66cfc181ac1517268a74f077e9998701 (patch)
tree2463c5fe8858702acbde8df073c3610b8ac24a2e /Include/patchlevel.h
parentc26efbbf66ac9b8646166ae0861f6b45bdbbde48 (diff)
downloadcpython-2.6.9.zip
cpython-2.6.9.tar.gz
cpython-2.6.9.tar.bz2
version bumpv2.6.9
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 a557ce7..fcb5add 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 9
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "2.6.9rc1+"
+#define PY_VERSION "2.6.9"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */