]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump the version number
authorBarry Warsaw <barry@python.org>
Sat, 31 May 2003 03:19:28 +0000 (03:19 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 31 May 2003 03:19:28 +0000 (03:19 +0000)
Include/patchlevel.h

index 1744b468fb3240cd05a9c7336284b3882b780916..acf3cb2202743ed58f1cdc40660795110e304d28 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.2.3"
+#define PY_VERSION             "2.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 >= ... */