summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-05-04 12:06:24 (GMT)
committerLarry Hastings <larry@hastings.org>2014-05-04 12:06:24 (GMT)
commit95e0b0d1d01249b116655a0b7e95ba9c61d4eefd (patch)
tree0ffd3e5ab24c81d03d8d1399255b83c728275cd0 /Include
parent9147a9697ac60a9fff739394056992a61d207a16 (diff)
downloadcpython-95e0b0d1d01249b116655a0b7e95ba9c61d4eefd.zip
cpython-95e0b0d1d01249b116655a0b7e95ba9c61d4eefd.tar.gz
cpython-95e0b0d1d01249b116655a0b7e95ba9c61d4eefd.tar.bz2
Version bump for 3.4.1rc1.v3.4.1rc1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 72f540d..1328d37 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 4
-#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.4.0+"
+#define PY_VERSION "3.4.1rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.