Tweaks for MacPython 2.2b1

This commit is contained in:
Jack Jansen 2001-10-23 22:22:09 +00:00
parent 8626aeb1ce
commit 5d528b787e
11 changed files with 52 additions and 57 deletions

View file

@ -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 >= ... */