Bump version to 3.3.0 final.

This commit is contained in:
Georg Brandl 2012-09-29 09:04:54 +02:00
parent d6e857b0da
commit c7dcd50e4e
6 changed files with 9 additions and 12 deletions

View file

@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 3
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.3.0rc3+"
#define PY_VERSION "3.3.0"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.