[Python-checkins] r52573 - python/branches/release23-maint/Include/patchlevel.h

anthony.baxter python-checkins at python.org
Wed Nov 1 08:07:27 CET 2006


Author: anthony.baxter
Date: Wed Nov  1 08:07:27 2006
New Revision: 52573

Modified:
   python/branches/release23-maint/Include/patchlevel.h
Log:
update patchlevel.h correctly, this time

Modified: python/branches/release23-maint/Include/patchlevel.h
==============================================================================
--- python/branches/release23-maint/Include/patchlevel.h	(original)
+++ python/branches/release23-maint/Include/patchlevel.h	Wed Nov  1 08:07:27 2006
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.3.6c1"
+#define PY_VERSION		"2.3.6"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */


More information about the Python-checkins mailing list