summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-10-23 15:27:22 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-10-23 15:27:22 (GMT)
commit9f839d5b23eff11af3d124d3f38d917cdac6830d (patch)
tree67276ee8bc7f5e2b16a2e27495e9c99eb3c5334f /Include/patchlevel.h
parent1785d3fce87007d897786cd96807c27fc3e076cb (diff)
downloadcpython-9f839d5b23eff11af3d124d3f38d917cdac6830d.zip
cpython-9f839d5b23eff11af3d124d3f38d917cdac6830d.tar.gz
cpython-9f839d5b23eff11af3d124d3f38d917cdac6830d.tar.bz2
preparing for 2.3.6c1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 698c033..671d204 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -21,12 +21,12 @@
/* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 3
-#define PY_MICRO_VERSION 5
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 6
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.3.5"
+#define PY_VERSION "2.3.6c1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */