]> granicus.if.org Git - python/commitdiff
Bump the version number
authorBarry Warsaw <barry@python.org>
Fri, 25 Jul 2003 03:13:02 +0000 (03:13 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 25 Jul 2003 03:13:02 +0000 (03:13 +0000)
Include/patchlevel.h

index b27178f2402fec317a464dcb0d46ca9b17bace73..207b0ed75e8492ef28e0de06d64f352b5fa39372 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.3c2"
+#define PY_VERSION             "2.3c2+"
 
 /* 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 >= ... */