Bump to 3.3.3rc1.
authorGeorg Brandl <georg@python.org>
Sun, 27 Oct 2013 08:22:59 +0000 (09:22 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 27 Oct 2013 08:22:59 +0000 (09:22 +0100)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-3.3.spec
README

index bfd67a5389f853092806a264eabfaa21f2dc4755..658f0f5743ffccadffc139b914d0df79e0a42d33 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       3
-#define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.3.2+"
+#define PY_VERSION             "3.3.3rc1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 83d7cb7f4c3a03c43710c7890c80574db3f263f8..812d8f35dcddc7d08be13e60a1c53f9a8082c1ce 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.2"
+__version__ = "3.3.3rc1"
 #--end constants--
index b7ff0f8456926af0ce26c7873962e20338d9d026..640e00801515226827c530f101ef62b8d3326d4a 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.2"
+IDLE_VERSION = "3.3.3rc1"
index a9b489b73b730fa55b23b235e044270945997ef4..c324559d72e260479bded455acf89398d8f6ee56 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.2
+%define version 3.3.3rc1
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 0d8dce47a1f239817d76b4e020685429d695fd6a..12548b767db2950a3a9f22bdef3744051b932bf0 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3.2
-============================
+This is Python version 3.3.3 release candidate 1
+================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013 Python Software Foundation.  All rights reserved.