]> granicus.if.org Git - python/commitdiff
Bump to 3.3.0rc2.
authorGeorg Brandl <georg@python.org>
Sun, 9 Sep 2012 06:56:46 +0000 (08:56 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 9 Sep 2012 06:56:46 +0000 (08:56 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index 601b47285132eb4e3069d5e1ddb9d49ebf4307c7..033e47f6e3f42b237bf2d3b2b1af6d9695299770 100644 (file)
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0rc1+"
+#define PY_VERSION             "3.3.0rc2"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 8d73b51cbe8c749462676d85c6cb340a96d2cbb2..f23d886420f045ca11d415449644a648b46708ea 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.0rc1"
+__version__ = "3.3.0rc2"
 #--end constants--
index 4a65a88d968d2029dc7c29453740d2e69f853b34..b73ce7527e3eb14ad01c63fed7a8eb7b20fe99b1 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.0rc1"
+IDLE_VERSION = "3.3.0rc2"
index da668eda6d3163f90b2eeccdc321b2ac2a69516f..d954889f1f820dc611226794c1235ef34bebe541 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.3.0 Release Candidate 2?
 ===============================================
 
-*Release date: XX-Sep-2012*
+*Release date: 09-Sep-2012*
 
 Core and Builtins
 -----------------
index 94354f956c19b9f984e9ea08248a24de1ded92fa..ab21f96ef1baa3c42d84f21d80faa607a655a59d 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.0rc1
+%define version 3.3.0rc2
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 3f0f149fcc37d6b97ce0c79824f49329937655a2..81f0d20a31a52bb72bb1409c720e8ec1818508f8 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.3.0 release candidate 1
+This is Python version 3.3.0 release candidate 2
 ================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,