]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make testing a bit easier
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 30 Aug 2005 12:26:43 +0000 (12:26 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 30 Aug 2005 12:26:43 +0000 (12:26 +0000)
Include/patchlevel.h

index d39beefaed0963cd10922b6835786bde089de382..3c7235ef4561deb491163e808d2d238357ffcc8f 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.4.1"
+#define PY_VERSION             "2.4.1+"
 
 /* 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 >= ... */