]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bumping PY_VERSION
authorBarry Warsaw <barry@python.org>
Fri, 23 May 2003 03:37:11 +0000 (03:37 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 23 May 2003 03:37:11 +0000 (03:37 +0000)
Include/patchlevel.h

index cfd98f81bba519e77aa6b8f49b0781d25900bedd..82873c43728ec67c1302efffdebe7b804c2dd63d 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.2.3c1"
+#define PY_VERSION             "2.2.3c1+"
 
 /* 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 >= ... */