summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-09-18 06:51:50 +0000
committerAnthony Baxter <anthonybaxter@gmail.com>2006-09-18 06:51:50 +0000
commitb63410eb44af65a5f8f23fa92a4696f9c013d7ad (patch)
treedcb2b4e9f95f3b81e66d16b5d48ce6d97479b88d /Include
parentf91998ca3aff081b540d30a3aa1522b3edb98ede (diff)
downloadcpython-b63410eb44af65a5f8f23fa92a4696f9c013d7ad.tar.gz
Preparing for 2.5 final.v2.5
(damn, it's nice to see the line #define PY_VERSION "2.5" in patchlevel.h)
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 0990a186fc..3043189f32 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "2.5c2"
+#define PY_VERSION "2.5"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"