]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Upgrade the version *string* by adding a '+'. This marks the first
authorGuido van Rossum <guido@python.org>
Tue, 8 Oct 2002 01:04:34 +0000 (01:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 8 Oct 2002 01:04:34 +0000 (01:04 +0000)
checkin since 2.2.2b1 was released.

Include/patchlevel.h

index 34fd530eb9581797302010190a1649e464f33b0f..bfadf8a0f5b40b64ba01fd260ac5a5ce55288b05 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.2.2b1"
+#define PY_VERSION             "2.2.2b1+"
 
 /* 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 >= ... */