]> granicus.if.org Git - python/commitdiff
- Get rid of obsolete #define PATCHLEVEL.
authorGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 14:05:27 +0000 (14:05 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 14:05:27 +0000 (14:05 +0000)
- Change PY_VERSION (but not the numeric versions) to "2.2a1+".

Include/patchlevel.h

index 85ffacb2b00dcd5993bd3b0f5082848668ebcb95..3d226161511d89098c1f3e8ea326e813881dc91d 100644 (file)
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.2a1"
-
-/* Historic */
-#define PATCHLEVEL             "2.2a1"
+#define PY_VERSION             "2.2a1+"
 
 /* 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 >= ... */