From: Neal Norwitz Date: Fri, 17 Mar 2006 08:27:50 +0000 (+0000) Subject: This gets at least test_cmd_line working again and a few more modules built. X-Git-Tag: v3.0a1~1492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade612be2f8b2a3569fb010d260c8cff1f93c486;p=python This gets at least test_cmd_line working again and a few more modules built. --- 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