summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-08-16 03:58:37 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-08-16 03:58:37 (GMT)
commit798ed8f0764379d285779a4966a1fee6db61e293 (patch)
treebb0db00790881ea345e2622b94b7449241f08b55 /Include/patchlevel.h
parentb409666e8ca2c72bf426c7efb254810a0b04ab74 (diff)
downloadcpython-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.h2
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"