summaryrefslogtreecommitdiff
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
commitade612be2f8b2a3569fb010d260c8cff1f93c486 (patch)
tree20b331db2dd06db207ad6cc7083e6fd9c9045195
parentb2eaa44646088af26434f2eeede3e00f99b03f69 (diff)
downloadcpython-git-ade612be2f8b2a3569fb010d260c8cff1f93c486.tar.gz
This gets at least test_cmd_line working again and a few more modules built.
-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