Commit 2cec3542 authored by Tim Peters's avatar Tim Peters

Change the version string from "2.2+" to "2.3a0". disutils peels off

the first 3 characters of this string in several places, so for as long
as they remain "2.2" it confuses the heck out of attempts to build 2.3
stuff using distutils.
parent a762f4ca
......@@ -26,7 +26,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
#define PY_VERSION "2.2+"
#define PY_VERSION "2.3a0"
/* 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 >= ... */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment