summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-02-23 07:46:00 (GMT)
committerGeorg Brandl <georg@python.org>2014-02-23 07:46:00 (GMT)
commit68707af1fb87c8b3d128b71c863cd68195da198f (patch)
treef58596deb05bfdf83a0e20e52bb7b50dd38a40e8 /Include/patchlevel.h
parent89e5671be7f2d66c6b3e9e0a41531b3c1dc7efd2 (diff)
parente12675a0f2a57ebd74a90400454c5dbdbc92882e (diff)
downloadcpython-68707af1fb87c8b3d128b71c863cd68195da198f.zip
cpython-68707af1fb87c8b3d128b71c863cd68195da198f.tar.gz
cpython-68707af1fb87c8b3d128b71c863cd68195da198f.tar.bz2
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 4196c44..236f00c 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 3
-#define PY_MICRO_VERSION 4
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 5
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.3.4+"
+#define PY_VERSION "3.3.5rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.