summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-08-21 01:15:08 +0000
committerBarry Warsaw <barry@python.org>2008-08-21 01:15:08 +0000
commit07a4a3851d29eb117508dd292ee347db33b50a1a (patch)
treebfdc6213739afa9f5e79e368fdc491ea585d1481 /Include/patchlevel.h
parentcd3b74d4e860b75bc45658ade0d412274054648f (diff)
downloadcpython-git-07a4a3851d29eb117508dd292ee347db33b50a1a.tar.gz
Bump to 2.6b3.v2.6b3
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 88bf994e8e..5de03dcd37 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) */