diff options
| author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-16 03:58:37 (GMT) |
|---|---|---|
| committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-16 03:58:37 (GMT) |
| commit | 798ed8f0764379d285779a4966a1fee6db61e293 (patch) | |
| tree | bb0db00790881ea345e2622b94b7449241f08b55 /Include/patchlevel.h | |
| parent | b409666e8ca2c72bf426c7efb254810a0b04ab74 (diff) | |
| download | cpython-798ed8f0764379d285779a4966a1fee6db61e293.zip cpython-798ed8f0764379d285779a4966a1fee6db61e293.tar.gz cpython-798ed8f0764379d285779a4966a1fee6db61e293.tar.bz2 | |
preparing for 2.5c1 - no, really this time
Diffstat (limited to 'Include/patchlevel.h')
| -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 4cacf32..db8388d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_MINOR_VERSION 5 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ #define PY_VERSION "2.5c1" |
