]> granicus.if.org Git - python/commitdiff
version to 3.1.1a0
authorBenjamin Peterson <benjamin@python.org>
Sat, 27 Jun 2009 22:03:18 +0000 (22:03 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 27 Jun 2009 22:03:18 +0000 (22:03 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.1.spec

index 8d21ce10ee5b618316652fed53eb4ba1fad53fc5..0610f7009360e7e191ecc31ffd37823024df79af 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
-#define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_MICRO_VERSION       1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.1"
+#define PY_VERSION             "3.1.1a0"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 73c77f1fa6e5164117c7da6f75df0186afabca1c..994e91fa29729b6702d2a1954bf01e58cdad7a62 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.1"
+__version__ = "3.1.1a0"
 #--end constants--
index c3314d562a834081c14c25053f6cbfb8dadbbb4a..3892da234b06a5cf57f90fbb57b04b8d2a1c102e 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.1"
+IDLE_VERSION = "3.1.1a0"
index 32101b546e588d27aaa74ff20369051144a99c37..c8c4f85f92778d3a71ef920780f5677f6d442843 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,18 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 3.1.1?
+===========================
+
+*Release date: XX-XX-XXXX"
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.1?
 =========================
 
index 074f958ffdb18f5e51e28eb5253ac2091c348a81..443789ac0017c912da9178d416b01c6540d89c91 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 3.1
+%define version 3.1.1a0
 %define libver 3.1
 #--end constants--
 %define release 1pydotorg