]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version string.
authorBarry Warsaw <barry@python.org>
Mon, 4 Aug 2003 22:52:27 +0000 (22:52 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 4 Aug 2003 22:52:27 +0000 (22:52 +0000)
Include/patchlevel.h

index 1e3dfc198fd9e557c1a748589e4e61c2e60737fd..9fea328c425a2a2241aca94cc0f75703f3ed1f2e 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.3"
+#define PY_VERSION             "2.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 >= ... */