diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-04-04 23:16:41 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-04-04 23:16:41 +0000 |
| commit | bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0 (patch) | |
| tree | 4e3631e38187d27bd72a01ab12436b32e45ffbe8 /Include | |
| parent | 8d4980d5a323601ff814165824c141ef211938c5 (diff) | |
| download | cpython-git-bd35b035e9fda7fe3cc95f90bd40a3354bf9f4d0.tar.gz | |
bump version for 3.1a2+
Diffstat (limited to 'Include')
| -rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index fea6eae1e8..1671e19e42 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.1a2" +#define PY_VERSION "3.1a2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |
