add patchlevel to version string

This commit is contained in:
Benjamin Peterson 2011-07-08 13:39:35 -05:00
parent cd9f1203a4
commit ae10c0653e

View file

@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.3a0"
#define PY_VERSION "3.3.0a0"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.