summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-03-18 22:14:36 +0000
committerBarry Warsaw <barry@python.org>2010-03-18 22:14:36 +0000
commitd1dd2e307c92184423d3602f663054cdc49c62bd (patch)
tree14f2423d7f435dc45464244b9c138da6db2509a1 /Include/patchlevel.h
parent1a549a7d67312758fa4119f2466f76520d7a5329 (diff)
downloadcpython-git-2.6.5.tar.gz
Bumping to 2.6.5 final.v2.6.5
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 d0a85f9224..71b06a0567 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 5
-#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.5rc2"
+#define PY_VERSION "2.6.5"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */