summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-09-12 23:25:57 (GMT)
committerBarry Warsaw <barry@python.org>2008-09-12 23:25:57 (GMT)
commit1e62aec3ed8c8c7b23ab56b46e250e9be2d40681 (patch)
tree404acf891f6fd35261039f1d0c024e1c27633f29 /Include
parente6872eb41710f14d35616b168f21d85c96d26ff7 (diff)
downloadcpython-1e62aec3ed8c8c7b23ab56b46e250e9be2d40681.zip
cpython-1e62aec3ed8c8c7b23ab56b46e250e9be2d40681.tar.gz
cpython-1e62aec3ed8c8c7b23ab56b46e250e9be2d40681.tar.bz2
Bumping to 2.6rc1
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 61f12b4..6ed7857 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_BETA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "2.6b3+"
+#define PY_VERSION "2.6rc1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */