summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
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
commit2d4183c5f68ae6751806c1ff0a60c19e7b191fba (patch)
tree7a80bb475fd4e4186adf2f4fce6c6bbb4e165823 /Include/patchlevel.h
parent0bcafac29e247d431f26a35d048e63b17911256d (diff)
downloadcpython-git-2d4183c5f68ae6751806c1ff0a60c19e7b191fba.tar.gz
preparing for 2.5c2
Diffstat (limited to 'Include/patchlevel.h')
-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$"