diff options
author | Georg Brandl <georg@python.org> | 2012-03-04 15:23:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-04 15:23:53 (GMT) |
commit | 6c8850d94d9d7cdfc66de8e3769898257c1c7500 (patch) | |
tree | ccbf3c2ee80a11a173c5834b6bfc869a00c78820 /Include/patchlevel.h | |
parent | 0e475c359c5be32a439b589dca848dccc59732e5 (diff) | |
download | cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.zip cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.tar.gz cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.tar.bz2 |
Bump to 3.3.0a1.
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 4996e8e..4fb2b91 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 0 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.3.0a0" +#define PY_VERSION "3.3.0a1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |