]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
2.4.1c2
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 17 Mar 2005 03:06:56 +0000 (03:06 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 17 Mar 2005 03:06:56 +0000 (03:06 +0000)
Include/patchlevel.h

index 598b0a1094a9095db346d5a2c6d4febbc29f0667..3bd6357dd847ad1639400024baf2c7b786172783 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.4.1c1"
+#define PY_VERSION             "2.4.1c2"
 
 /* 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 >= ... */