]> granicus.if.org Git - python/commitdiff
Bump to 3.3.0rc1. v3.3.0rc1
authorGeorg Brandl <georg@python.org>
Sat, 25 Aug 2012 10:16:37 +0000 (12:16 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 25 Aug 2012 10:16:37 +0000 (12:16 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index 3e17098fcba91ea5582e9072aeaf5b01369b5970..595c3c93b516245a37521696d9be1cdbc4279d98 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0b2+"
+#define PY_VERSION             "3.3.0rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 15042770d9d1e0f1db2964c5957e7d17d775a572..8d73b51cbe8c749462676d85c6cb340a96d2cbb2 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.0b2"
+__version__ = "3.3.0rc1"
 #--end constants--
index db5b3735c4a6f685bc2696d81c8e8b0c0404606c..4a65a88d968d2029dc7c29453740d2e69f853b34 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.0b2"
+IDLE_VERSION = "3.3.0rc1"
index c71a7cb38ec4c838068e5696ad9aa75706970b2f..144f94e42204dc668d338698b40342a70cf71669 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.3.0 Release Candidate 1?
 ===============================================
 
-*Release date: XX-Aug-2012*
+*Release date: 25-Aug-2012*
 
 Core and Builtins
 -----------------
index 825e46cb39b344940fc898939a1bea316973f25c..94354f956c19b9f984e9ea08248a24de1ded92fa 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.0b2
+%define version 3.3.0rc1
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index eded8fd6450c781e5ca98ba485df863600d1a5a5..3f0f149fcc37d6b97ce0c79824f49329937655a2 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3.0 beta 2
-===================================
+This is Python version 3.3.0 release candidate 1
+================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012 Python Software Foundation.  All rights reserved.