mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Tweaks for MacPython 2.2b1
This commit is contained in:
parent
8626aeb1ce
commit
5d528b787e
11 changed files with 52 additions and 57 deletions
|
@ -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 >= ... */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue