summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-07-05 02:13:02 (GMT)
committerLarry Hastings <larry@hastings.org>2015-07-05 02:13:02 (GMT)
commit9626971c744525c2c4c1eee30089b7ef44ab822f (patch)
tree3c4425b1984e41995c6ef5a4d39f79e64bdb29c3 /Include
parentaaa377f01db46d726062042e1f87f491c494b44e (diff)
downloadcpython-9626971c744525c2c4c1eee30089b7ef44ab822f.zip
cpython-9626971c744525c2c4c1eee30089b7ef44ab822f.tar.gz
cpython-9626971c744525c2c4c1eee30089b7ef44ab822f.tar.bz2
Version bump for Python 3.5.0b3 release.v3.5.0b3
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index f1773f0..920cd25 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.5.0b2+"
+#define PY_VERSION "3.5.0b3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.