summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-06-19 12:04:15 +0000
committerAnthony Baxter <anthonybaxter@gmail.com>2006-06-19 12:04:15 +0000
commit0f67bb84eeeaac6aedb69f8fb7c08202aaa05e73 (patch)
tree269f9a4a0ef0c3638c205a60286c4cfc91c5d96c /Include
parente33575058a0dbb6be86f1f8eab2396b0030f1bd6 (diff)
downloadcpython-0f67bb84eeeaac6aedb69f8fb7c08202aaa05e73.tar.gz
Preparing for 2.5b1.
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 4f58762594..e5bac22142 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_ALPHA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.5a2"
+#define PY_VERSION "2.5b1"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"