]> granicus.if.org Git - python/commitdiff
Release bump for Python 3.5.0rc1.
authorLarry Hastings <larry@hastings.org>
Sun, 9 Aug 2015 10:41:04 +0000 (03:41 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 9 Aug 2015 10:41:04 +0000 (03:41 -0700)
Include/patchlevel.h
README

index eb056c5c65d5b3f43fb03ce30bea59981a771f98..30196e724b48a7da33f28ed869a64789d7d2b277 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      4
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.5.0b4+"
+#define PY_VERSION             "3.5.0rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/README b/README
index d02106506953f6718fa49b41eaae707180fb7c20..f81f62a7340c51ba874def35da8df2bd0eb57160 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.5.0 beta 4
-===================================
+This is Python version 3.5.0 release candidate 1
+================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013, 2014, 2015 Python Software Foundation.  All rights reserved.