summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
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
commit2d8e1e4f077f5f6261257426bc10231793206408 (patch)
tree799b77db1c4556d723e74d1a050d3dadd6d8be24 /Include/patchlevel.h
parent0e25410319b5bfa62a0bb6123ab21514fe209dae (diff)
downloadcpython-git-3.4.0b3.tar.gz
Version bump for 3.4.0b3.v3.4.0b3
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 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.