]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
post 2.4 machinations (branch)
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 30 Nov 2004 13:16:58 +0000 (13:16 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 30 Nov 2004 13:16:58 +0000 (13:16 +0000)
Include/patchlevel.h

index 65f24c4db89d78de5c498aa1284d739a4174eb38..e0cb4248f99e2b6d3cc009d67758f8e63e1e6f34 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.4"
+#define PY_VERSION             "2.4+"
 
 /* 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 >= ... */