summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-01-26 00:48:23 -0800
committerLarry Hastings <larry@hastings.org>2014-01-26 00:48:23 -0800
commitbff1583da76328c2b1aed35dd3bf6b74b9aabf9b (patch)
tree5b1ab8302fe438c3ea9b63a06376c0b6ef498640 /Include
parentf3cb5d6c46f87077542009ed93416b7d82283654 (diff)
downloadcpython-bff1583da76328c2b1aed35dd3bf6b74b9aabf9b.tar.gz
Version bump for 3.4.0b3.v3.4.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 fdb96827ca..8f62e2bab9 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 4
#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.4.0b2+"
+#define PY_VERSION "3.4.0b3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.