]> granicus.if.org Git - python/commitdiff
post-release fun
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 9 Jul 2004 07:19:21 +0000 (07:19 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 9 Jul 2004 07:19:21 +0000 (07:19 +0000)
Include/patchlevel.h

index 4e9358c799376b0ca7bf3d6dcd14c078257bf399..3a17df4fe7e8cf6f064c1516b176fd160d82ee0c 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.4a1"
+#define PY_VERSION             "2.4a1+"
 
 /* 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 >= ... */