]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
post-release. was going to hold off til Jack got a chance to decide on
authorAnthony Baxter <anthonybaxter@gmail.com>
Sat, 4 Oct 2003 02:53:10 +0000 (02:53 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Sat, 4 Oct 2003 02:53:10 +0000 (02:53 +0000)
a Mac release, but given the checkins of the last 12 hours, a bit late.

Include/patchlevel.h

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