summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-09-11 15:30:13 +0000
committerAnthony Baxter <anthonybaxter@gmail.com>2006-09-11 15:30:13 +0000
commitfe748fff8e0ca5debbada40816e6c8aaf3f36eca (patch)
treea24aae28efd7f2e97bd94b0bd6aef5fbddea521b /Include
parente17bee3722a09a078991a779bbfae5673a95e991 (diff)
downloadcpython-fe748fff8e0ca5debbada40816e6c8aaf3f36eca.tar.gz
preparing for 2.5c2
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 db8388d960..0990a186fc 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,10 +23,10 @@
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "2.5c1"
+#define PY_VERSION "2.5c2"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"