summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-17 08:27:50 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-17 08:27:50 +0000
commitf2716a8d43e8a045ef8862571c8f0c4b4c1637c7 (patch)
treedb4ca16f8d398eef0f82f53cd8bf26ec7af15727 /Include
parent390c02e3404f478465b988eb5b71427e79a992f8 (diff)
downloadcpython-f2716a8d43e8a045ef8862571c8f0c4b4c1637c7.tar.gz
This gets at least test_cmd_line working again and a few more modules built.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 56cf762078..2b7f6f2784 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -15,7 +15,7 @@
/* Higher for patch releases */
/* Version parsed out into numeric values */
-#define PY_MAJOR_VERSION 0
+#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 0
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA