summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-10-01 21:46:40 (GMT)
committerBarry Warsaw <barry@python.org>2008-10-01 21:46:40 (GMT)
commitafa14369588b7f0f590bae95bed320a78b8e5add (patch)
tree986c75dfb56722b640525016b540d2dd1adcd0a3 /Include
parentd69c904a2f5322069528e8c31f998823787e75f5 (diff)
downloadcpython-afa14369588b7f0f590bae95bed320a78b8e5add.zip
cpython-afa14369588b7f0f590bae95bed320a78b8e5add.tar.gz
cpython-afa14369588b7f0f590bae95bed320a78b8e5add.tar.bz2
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 33e6ae0..2879048 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) */