From 74e93eff2482b21821f0872fc96f06eb5744484f Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Sat, 4 Oct 2003 02:53:10 +0000 Subject: post-release. was going to hold off til Jack got a chance to decide on a Mac release, but given the checkins of the last 12 hours, a bit late. --- Include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 9c1edae..cd4af95 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -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 >= ... */ -- cgit v0.12