diff options
author | Georg Brandl <georg@python.org> | 2013-11-17 09:17:18 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-17 09:17:18 +0100 |
commit | 497b3943a30a66028bb3ca5b455c00bc3952e2aa (patch) | |
tree | dfd5724db88aa545a92ef67304381d4472a56fef /Include/patchlevel.h | |
parent | 2bbdfe7eda67e9bc53fb0b5a5eb65426e6b9400a (diff) | |
parent | 7a5cf6ce041fefd63ba8b088464901e6052bd9e7 (diff) | |
download | cpython-git-497b3943a30a66028bb3ca5b455c00bc3952e2aa.tar.gz |
merge with 3.3.3 release clone
Diffstat (limited to 'Include/patchlevel.h')
-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 658f0f5743..69ab168b5d 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 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.3.3rc1" +#define PY_VERSION "3.3.3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |