]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change string version to "2.1.3+".
authorGuido van Rossum <guido@python.org>
Thu, 9 Jan 2003 06:37:25 +0000 (06:37 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Jan 2003 06:37:25 +0000 (06:37 +0000)
Include/patchlevel.h

index 2e77592c6adaf464f47e7a5e6b53e838324ae261..b5a89796105c61c2d9008292f919663f357e49a0 100644 (file)
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.1.3"
+#define PY_VERSION             "2.1.3+"
 
 /* Historic */
-#define PATCHLEVEL             "2.1.3"
+#define PATCHLEVEL             "2.1.3+"
 
 /* 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 >= ... */