commit | 798ed8f0764379d285779a4966a1fee6db61e293 | [log] [tgz] |
---|---|---|
author | Anthony Baxter <anthonybaxter@gmail.com> | Wed Aug 16 03:58:37 2006 +0000 |
committer | Anthony Baxter <anthonybaxter@gmail.com> | Wed Aug 16 03:58:37 2006 +0000 |
tree | bb0db00790881ea345e2622b94b7449241f08b55 | |
parent | b409666e8ca2c72bf426c7efb254810a0b04ab74 [diff] |
preparing for 2.5c1 - no, really this time
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"