summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-12 00:24:03 -0400
committerNed Deily <nad@python.org>2018-06-12 00:24:03 -0400
commit1015e38be4a52488a506ccb311ab7b23e46f9fa9 (patch)
treee004b8ce3bacd4ce66b6afbb70bc0891fbdf4cb7 /Include/patchlevel.h
parente25757408dc22561af9f9589c2c7e2a2fbb66ee4 (diff)
downloadcpython-git-1015e38be4a52488a506ccb311ab7b23e46f9fa9.tar.gz
3.6.6rc1v3.6.6rc1
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 1c5881e587..8a94c2c0b4 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
-#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 "3.6.5+"
+#define PY_VERSION "3.6.6rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.