summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-10 16:09:08 -0400
committerNed Deily <nad@python.org>2016-10-10 16:09:08 -0400
commit7e16af499b92def6fc4ab1bbcecd2c055a38de29 (patch)
tree65854f6a11e9f08c995148b5d1483ee8ba3239cd /Include/patchlevel.h
parentbec93b385858364e5ee47dde3e7bc800fb82a39a (diff)
downloadcpython-git-3.6.0b2.tar.gz
Version bump for 3.6.0b2v3.6.0b2
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index b623508456..258dabb71c 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.6.0b1+"
+#define PY_VERSION "3.6.0b2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.