summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-05-08 13:16:19 (GMT)
committerBarry Warsaw <barry@python.org>2008-05-08 13:16:19 (GMT)
commit6cc7940e10372aa696ac62d9ab00bf0717a94ae6 (patch)
tree82eecab7772cac4f220d77694edeba6d05eb24b0 /Include
parentc27b8b88e33e392444a05cce74da9080e3ae5b5b (diff)
downloadcpython-6cc7940e10372aa696ac62d9ab00bf0717a94ae6.zip
cpython-6cc7940e10372aa696ac62d9ab00bf0717a94ae6.tar.gz
cpython-6cc7940e10372aa696ac62d9ab00bf0717a94ae6.tar.bz2
Bump to 2.6a3v2.6a3
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 c55e8d0..b5ad8e7 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_ALPHA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "2.6a2+"
+#define PY_VERSION "2.6a3"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */