summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-08-16 03:42:26 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-08-16 03:42:26 (GMT)
commitb409666e8ca2c72bf426c7efb254810a0b04ab74 (patch)
tree997fc10a5325f6257dfbe206f036094f683800d8 /Include
parent2a7ff297c5958567b3c7f13a43d6bb120eb25b7d (diff)
downloadcpython-b409666e8ca2c72bf426c7efb254810a0b04ab74.zip
cpython-b409666e8ca2c72bf426c7efb254810a0b04ab74.tar.gz
cpython-b409666e8ca2c72bf426c7efb254810a0b04ab74.tar.bz2
preparing for 2.5c1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 6552574..4cacf32 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "2.5b3"
+#define PY_VERSION "2.5c1"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"