diff options
author | Barry Warsaw <barry@python.org> | 2008-04-03 04:13:12 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-04-03 04:13:12 (GMT) |
commit | f95ecf7b157f9aa20f33c50f5ca1b4c50de96daa (patch) | |
tree | bb2bd11c2ac6b235748b55c005fc808bdb83a4fd | |
parent | 84f5718e8b0c843d90002bf5d8ee3048bf2009c2 (diff) | |
download | cpython-f95ecf7b157f9aa20f33c50f5ca1b4c50de96daa.zip cpython-f95ecf7b157f9aa20f33c50f5ca1b4c50de96daa.tar.gz cpython-f95ecf7b157f9aa20f33c50f5ca1b4c50de96daa.tar.bz2 |
Post tag version tweak
-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 89a8527..01cfed0 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.0a4" +#define PY_VERSION "3.0a4+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |