diff options
| author | Barry Warsaw <barry@python.org> | 2008-04-03 04:13:12 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2008-04-03 04:13:12 +0000 |
| commit | f95ecf7b157f9aa20f33c50f5ca1b4c50de96daa (patch) | |
| tree | bb2bd11c2ac6b235748b55c005fc808bdb83a4fd | |
| parent | 84f5718e8b0c843d90002bf5d8ee3048bf2009c2 (diff) | |
| download | cpython-git-f95ecf7b157f9aa20f33c50f5ca1b4c50de96daa.tar.gz | |
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 89a8527064..01cfed0c74 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) */ |
