]> granicus.if.org Git - python/commitdiff
version to 2.7.4rc1 v2.7.4rc1
authorBenjamin Peterson <benjamin@python.org>
Sat, 23 Mar 2013 15:17:29 +0000 (10:17 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 23 Mar 2013 15:17:29 +0000 (10:17 -0500)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index bbdd67be534b12f951698a8c70f9b77f74d2af35..951ae4713e9d84e4ae405f533af2062a8d510fa7 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#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             "2.7.3+"
+#define PY_VERSION             "2.7.4rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 036062cc337aa081758f85f9c8378b8d758fa2fb..15b511bee58ce3558f789706f30c5185d7ee6f87 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.3"
+__version__ = "2.7.4rc1"
 #--end constants--
index 72666cb7f2608df69a4e00df9d85a60165576954..2aea6e026134fddb0050bf8b93516f23b3e9f009 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7.3"
+IDLE_VERSION = "2.7.4rc1"
index f1722469652e39ac4f49d10930ba61354871db91..b8dc1f22e8816ecea2e29251d21886f42183863a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,10 +1,10 @@
 Python News
 +++++++++++
 
-What's New in Python 2.7.4
-==========================
+What's New in Python 2.7.4 release candidate 1
+==============================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2013-03-23*
 
 Core and Builtins
 -----------------
index aad3529b6cf87b98fb7b2d630540f8496c7ddbc7..0b62adfe738663dfec89989b4769661a37861197 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7.3
+%define version 2.7.4rc1
 %define libvers 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index cead13a4fb08c15c55190445c4d8272e9cf38e91..9b3f16eea496311b3b85a76f6177ca47f9c10c57 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.3
+This is Python version 2.7.4
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,