summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-04-03 04:10:02 (GMT)
committerBarry Warsaw <barry@python.org>2008-04-03 04:10:02 (GMT)
commit9649cdd5d4b947fd7356f1c2946509b8a520647d (patch)
tree38ae02f168a2d11f88905d0754036452959f47ed /Include
parentb23550049d2e8f58fdbe5ba40df7c962f183c337 (diff)
downloadcpython-9649cdd5d4b947fd7356f1c2946509b8a520647d.zip
cpython-9649cdd5d4b947fd7356f1c2946509b8a520647d.tar.gz
cpython-9649cdd5d4b947fd7356f1c2946509b8a520647d.tar.bz2
Updating for 2.6a2v2.6a2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e5b8a2f..ff618f1 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,14 +19,16 @@
/* Higher for patch releases */
/* Version parsed out into numeric values */
+/*--start constants--*/
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "2.6a1+"
+#define PY_VERSION "2.6a2"
+/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"