diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-27 22:03:18 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-27 22:03:18 (GMT) |
commit | e8fb2039c07408396a815b05eec07f6286dbb11b (patch) | |
tree | ea55d06a382a9986e72826d12b68e86217aa29f0 /Include/patchlevel.h | |
parent | 09be4159bf4db9719d843367fb8512d74f2c5284 (diff) | |
download | cpython-e8fb2039c07408396a815b05eec07f6286dbb11b.zip cpython-e8fb2039c07408396a815b05eec07f6286dbb11b.tar.gz cpython-e8fb2039c07408396a815b05eec07f6286dbb11b.tar.bz2 |
version to 3.1.1a0
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 8d21ce1..0610f70 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 1 -#define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_MICRO_VERSION 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.1" +#define PY_VERSION "3.1.1a0" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |