diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-09 20:25:23 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-09 20:25:23 (GMT) |
commit | ae2fa6fad26cbbef8ad408b4f5188d2a7a9f8c89 (patch) | |
tree | fbb6a1ed0dcbc0ff4cf37b159637b0f5728459bd /Include | |
parent | 7b5c826d1a33a7223690a074159022a7c0fcd9dd (diff) | |
download | cpython-ae2fa6fad26cbbef8ad408b4f5188d2a7a9f8c89.zip cpython-ae2fa6fad26cbbef8ad408b4f5188d2a7a9f8c89.tar.gz cpython-ae2fa6fad26cbbef8ad408b4f5188d2a7a9f8c89.tar.bz2 |
we are in 3.1.1+
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 5fa38f4..a15c161 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.1.1" +#define PY_VERSION "3.1.1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |