]> granicus.if.org Git - python/commitdiff
bumping to 3.0rc1 v3.0rc1
authorBarry Warsaw <barry@python.org>
Thu, 18 Sep 2008 03:00:28 +0000 (03:00 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 18 Sep 2008 03:00:28 +0000 (03:00 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.0.spec
README

index b50d8bcef83fa1f0b971166aa3b99247b08c0801..a817f04d8c26b8aa4fe68b2825ee6501ff4a4738 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       0
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.0b3+"
+#define PY_VERSION             "3.0rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 9af2d9208e7618855dd588d445f20055d29c4d81..2bc0ab040fc9e5c5551ce62a96b491dc548016d1 100644 (file)
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "3.0b3"
+__version__ = "3.0rc1"
 #--end constants--
index e5027cd67562702ffe492301774334a0a655ae6b..754ac96e663f646a72046825aa1e36f6804d0f49 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.0b3"
+IDLE_VERSION = "3.0rc1"
index 0024e82f080d7837906558682de09b27d53cd957..89a21d42d562e8854c489d0e2522966d076b9753 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 3.0 release candidate 1
 ============================================
 
-*Release date: XX-XXXX-2008*
+*Release date: 17-Sep-2008*
 
 Core and Builtins
 -----------------
index 3dd2ca1a6f9360bf910f277eea66648abc9e5f12..73e0b85af12ce62d0d37a3f3906137afe1e3ecb8 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.0b3
+%define version 3.0rc1
 %define libver 3.0
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 80cfb62aa1bda122d8ddc4c0e6d7ec5197b2f807..482bc8a1674d13b2d439f9d106a11992cc9b41cf 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.0 beta 3
-=================================
+This is Python version 3.0 release candidate 1
+==============================================
 
 For notes specific to this release, see RELNOTES in this directory.
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008