summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-12-07 00:02:30 (GMT)
committerNed Deily <nad@python.org>2016-12-07 00:02:30 (GMT)
commitad2c2d380e7ebbd31712ceb59e87e84b8a7c131d (patch)
treefc4e12eedab8bb34a49c1e59b27932b1d0114ab3 /Include
parentd3f39d31c8fba14d3cfa56c4a6c19012ddd6e8d1 (diff)
downloadcpython-ad2c2d380e7ebbd31712ceb59e87e84b8a7c131d.zip
cpython-ad2c2d380e7ebbd31712ceb59e87e84b8a7c131d.tar.gz
cpython-ad2c2d380e7ebbd31712ceb59e87e84b8a7c131d.tar.bz2
Version bump for 3.6.0rc1v3.6.0rc1
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 2d68638..e2a9ace 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 4
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.6.0b4+"
+#define PY_VERSION "3.6.0rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.