]> granicus.if.org Git - python/commitdiff
Bump version number for 3.4.0b2. v3.4.0b2
authorLarry Hastings <larry@hastings.org>
Sun, 5 Jan 2014 12:40:25 +0000 (04:40 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 5 Jan 2014 12:40:25 +0000 (04:40 -0800)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/RPM/python-3.4.spec
README

index e6c98e4ae5d25ab26a52879b95e2b2a47a198818..0a5df3f0ec244df954895dfbff73385260eadc61 100644 (file)
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.4.0b1"
+#define PY_VERSION             "3.4.0b2"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 38a50869ea6e8b3e20f692ef827160fad1e708c4..725a33d6dcc7abcec876ad3a8e206b2c58d1afae 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.4.0b1"
+__version__ = "3.4.0b2"
 #--end constants--
index cd2c8bfc3958332c88ce3774a8b4735b3bb1b890..fe9a481a1cedb599d15ccbdfd7f6db068caee18d 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.4.0b1"
+IDLE_VERSION = "3.4.0b2"
index 16e009c58c062eeb70eabdc0fbfcb5695d36c29c..4841df2c27c2c32f96451d0861b1b4f5eff8a2b7 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.4.0b1
+%define version 3.4.0b2
 %define libvers 3.4
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 9a2ee014751c4ed05c2ff49e2453b06ce8d834ee..e50931f585d101aa4a65a0cdbfdfeae22574eeb3 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.4.0 beta 1
+This is Python version 3.4.0 beta 2
 ===================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,