diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 07:04:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 07:04:54 (GMT) |
commit | c7dcd50e4ec3e7d1269b1a82adf428f7096ba420 (patch) | |
tree | 5f5dae5789df09b9aa4aa699d951edd0422ce9cb /Include | |
parent | d6e857b0da954db1b39afba67d9072252abade57 (diff) | |
download | cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.zip cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.tar.gz cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.tar.bz2 |
Bump version to 3.3.0 final.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index d977d3f..3da9720 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -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. |