summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2018-01-23 05:49:45 -0800
committerLarry Hastings <larry@hastings.org>2018-01-23 05:49:45 -0800
commitbc7a130f90e34514bd2b833f9bc9f16001caeb38 (patch)
treef634484d665eaae693ec490d3f2124c4dbcd0be7
parentBump version and copyright year for 3.5.5rc1. (diff)
downloadcpython-bc7a130f90e34514bd2b833f9bc9f16001caeb38.tar.gz
cpython-bc7a130f90e34514bd2b833f9bc9f16001caeb38.tar.bz2
cpython-bc7a130f90e34514bd2b833f9bc9f16001caeb38.zip
Whoops, missed checking in version bump.v3.5.5rc1
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 81bbd1980b..77a4c31a04 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 4
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 5
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.5.4+"
+#define PY_VERSION "3.5.5rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.