]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update patchlevel.h correctly, this time v2.3.6
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 1 Nov 2006 07:07:27 +0000 (07:07 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 1 Nov 2006 07:07:27 +0000 (07:07 +0000)
Include/patchlevel.h

index 8c99af01e63f71a74a370670b4c0cb5a521ead48..562096747258a573214f067e94f6a1a17efb8db8 100644 (file)
@@ -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 >= ... */