summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-10-01 21:46:40 +0000
committerBarry Warsaw <barry@python.org>2008-10-01 21:46:40 +0000
commit63314283ebc72853472a7a6ce8d7569d06f0389f (patch)
tree2f2d5707b961c1a4a1d4a0d306ec0fdeea9fce7e /Include
parentc5c3be93e22cd6bf87d38353118a85129a508b88 (diff)
downloadcpython-63314283ebc72853472a7a6ce8d7569d06f0389f.tar.gz
Bumping to 2.6 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 33e6ae049c..287904802c 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 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.6rc2+"
+#define PY_VERSION "2.6"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */