diff options
author | Barry Warsaw <barry@python.org> | 2008-07-18 03:36:18 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-07-18 03:36:18 (GMT) |
commit | ecb8c7991d8331d9df079cfc82bb27f7d229cea7 (patch) | |
tree | 3281ba7010233e7a90b6c1240da24a837bd90346 /Include | |
parent | ef8cd5c7c3ed0a72b45b97195b601e0a0b36c563 (diff) | |
download | cpython-ecb8c7991d8331d9df079cfc82bb27f7d229cea7.zip cpython-ecb8c7991d8331d9df079cfc82bb27f7d229cea7.tar.gz cpython-ecb8c7991d8331d9df079cfc82bb27f7d229cea7.tar.bz2 |
Post release cleanup
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 46ebf90..88bf994 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.6b2" +#define PY_VERSION "2.6b2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |