[Python-checkins] r43104 - python/branches/p3yk/Include/patchlevel.h

neal.norwitz python-checkins at python.org
Fri Mar 17 09:27:51 CET 2006


Author: neal.norwitz
Date: Fri Mar 17 09:27:50 2006
New Revision: 43104

Modified:
   python/branches/p3yk/Include/patchlevel.h
Log:
This gets at least test_cmd_line working again and a few more modules built.

Modified: python/branches/p3yk/Include/patchlevel.h
==============================================================================
--- python/branches/p3yk/Include/patchlevel.h	(original)
+++ python/branches/p3yk/Include/patchlevel.h	Fri Mar 17 09:27:50 2006
@@ -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


More information about the Python-checkins mailing list