[Python-checkins] cpython: Version bump for trunk to 3.6.0a0. Welcome to the future!

larry.hastings python-checkins at python.org
Tue May 26 01:49:20 CEST 2015


https://hg.python.org/cpython/rev/10d6ae57d071
changeset:   96288:10d6ae57d071
user:        Larry Hastings <larry at hastings.org>
date:        Mon May 25 16:49:01 2015 -0700
summary:
  Version bump for trunk to 3.6.0a0.  Welcome to the future!

files:
  Include/patchlevel.h |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -17,13 +17,13 @@
 /* Version parsed out into numeric values */
 /*--start constants--*/
 #define PY_MAJOR_VERSION	3
-#define PY_MINOR_VERSION	5
+#define PY_MINOR_VERSION	6
 #define PY_MICRO_VERSION	0
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL	1
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
+#define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION      	"3.5.0b1+"
+#define PY_VERSION      	"3.6.0a0"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list