commit | 5d528b787ebac926228f535f8b30c9cd4bae0b0c | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Oct 23 22:22:09 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Oct 23 22:22:09 2001 +0000 |
tree | f1642b1898afc8014c2cd8abcdea43b948dc9a0a | |
parent | 8626aeb1ce9b493d24e33a27fcc03c17ba797808 [diff] [blame] |
Tweaks for MacPython 2.2b1
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 2c12f94..252b1b0 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h
@@ -26,7 +26,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.2b1+" +#define PY_VERSION "2.2b1" /* 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 >= ... */