summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-08-21 01:15:08 (GMT)
committerBarry Warsaw <barry@python.org>2008-08-21 01:15:08 (GMT)
commit07a4a3851d29eb117508dd292ee347db33b50a1a (patch)
treebfdc6213739afa9f5e79e368fdc491ea585d1481 /Include
parentcd3b74d4e860b75bc45658ade0d412274054648f (diff)
downloadcpython-07a4a3851d29eb117508dd292ee347db33b50a1a.zip
cpython-07a4a3851d29eb117508dd292ee347db33b50a1a.tar.gz
cpython-07a4a3851d29eb117508dd292ee347db33b50a1a.tar.bz2
Bump to 2.6b3.v2.6b3
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 88bf994..5de03dc 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -24,10 +24,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "2.6b2+"
+#define PY_VERSION "2.6b3"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */