summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2017-07-24 02:40:13 (GMT)
committerLarry Hastings <larry@hastings.org>2017-07-24 02:40:13 (GMT)
commit385b3686ff87da838af03b219540d704335f2bc6 (patch)
tree3de2cc207b29d16c0bada8a7a193061daba0ad78 /Include
parent2363678f61424c0645a148c1b86f35f52f8aebc4 (diff)
downloadcpython-3.5.4rc1.zip
cpython-3.5.4rc1.tar.gz
cpython-3.5.4rc1.tar.bz2
Version bump & copyright year fixes for 3.5.4rc1.v3.5.4rc1
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 1ec9761..deb6919 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 5
-#define PY_MICRO_VERSION 3
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 4
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.5.3+"
+#define PY_VERSION "3.5.4rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.