summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-07-10 07:41:04 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-07-10 07:41:04 (GMT)
commit70e8e877509d643150ed6fd27bce29523f169690 (patch)
tree57c7f5e663ef0e964f52b447b2ba6c7611762e22 /Include
parent78ff1a187b923d51c00fb39dea19811e59b06c49 (diff)
downloadcpython-70e8e877509d643150ed6fd27bce29523f169690.zip
cpython-70e8e877509d643150ed6fd27bce29523f169690.tar.gz
cpython-70e8e877509d643150ed6fd27bce29523f169690.tar.bz2
preparing for 2.5b2
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 e5bac22..e04e052 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_BETA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "2.5b1"
+#define PY_VERSION "2.5b2"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"