summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-02-08 00:00:45 (GMT)
committerLarry Hastings <larry@hastings.org>2015-02-08 00:00:45 (GMT)
commite5529063b20130938551c126790c880b3f05d8fd (patch)
treed78bad53ec5aac69ce9bd37ff673a40afdabbb01 /Include
parentaf83f9e3132b2c7353ce262fcb3ae85b9628f857 (diff)
downloadcpython-e5529063b20130938551c126790c880b3f05d8fd.zip
cpython-e5529063b20130938551c126790c880b3f05d8fd.tar.gz
cpython-e5529063b20130938551c126790c880b3f05d8fd.tar.bz2
Version bump for 3.4.3rc1.
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 ee45177..8018fe9 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 2
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.4.2+"
+#define PY_VERSION "3.4.3rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.