summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2009-10-01 23:39:49 (GMT)
committerBarry Warsaw <barry@python.org>2009-10-01 23:39:49 (GMT)
commite948ea01eb6635d544a2100ceeb18933b6e37753 (patch)
tree2ed10d0717dc38344c355092eabebfde41e15955 /Include
parentd8c40c12b0d4214203e21148a056bdbed3c2e976 (diff)
downloadcpython-e948ea01eb6635d544a2100ceeb18933b6e37753.zip
cpython-e948ea01eb6635d544a2100ceeb18933b6e37753.tar.gz
cpython-e948ea01eb6635d544a2100ceeb18933b6e37753.tar.bz2
Bump to 2.6.3v2.6.3
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 c6b631d..100758a 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 3
-#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.3rc1"
+#define PY_VERSION "2.6.3"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */