aboutsummaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-02-10 14:45:05 -0800
committerLarry Hastings <larry@hastings.org>2014-02-10 14:45:05 -0800
commite9f73ac1fd5184173179596d4fa5caa45682d301 (patch)
treee527f4f19e1c18edd2f023cb1e664e5742402dfb /Include
parent71d4e44fd796bed7f534673dcd9b6087ab0ab19a (diff)
downloadcpython3-e9f73ac1fd5184173179596d4fa5caa45682d301.tar.gz
Python 3.4.0rc1: Version bump.upstream-v3.4.0rc1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5182aba9c0..8e8e86098f 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.4.0b3+"
+#define PY_VERSION "3.4.0rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.