mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Bump to 3.0.1
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
/*--start constants--*/
|
||||
#define PY_MAJOR_VERSION 3
|
||||
#define PY_MINOR_VERSION 0
|
||||
#define PY_MICRO_VERSION 0
|
||||
#define PY_MICRO_VERSION 1
|
||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
|
||||
#define PY_RELEASE_SERIAL 0
|
||||
|
||||
/* Version as a string */
|
||||
#define PY_VERSION "3.0+"
|
||||
#define PY_VERSION "3.0.1"
|
||||
/*--end constants--*/
|
||||
|
||||
/* Subversion Revision number of this file (not of the repository) */
|
||||
|
||||
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
|
||||
#
|
||||
|
||||
#--start constants--
|
||||
__version__ = "3.0"
|
||||
__version__ = "3.0.1"
|
||||
#--end constants--
|
||||
|
||||
@@ -1 +1 @@
|
||||
IDLE_VERSION = "3.0"
|
||||
IDLE_VERSION = "3.0.1"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -7,7 +7,7 @@ Python News
|
||||
What's New in Python 3.0.1?
|
||||
===========================
|
||||
|
||||
*Release date: XX-XXX-200X*
|
||||
*Release date: 13-Feb-2009*
|
||||
|
||||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
%define name python
|
||||
#--start constants--
|
||||
%define version 3.0
|
||||
%define version 3.0.1
|
||||
%define libver 3.0
|
||||
#--end constants--
|
||||
%define release 1pydotorg
|
||||
|
||||
6
README
6
README
@@ -1,5 +1,5 @@
|
||||
This is Python version 3.0 final
|
||||
================================
|
||||
This is Python version 3.0.1
|
||||
============================
|
||||
|
||||
For notes specific to this release, see RELNOTES in this directory.
|
||||
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
@@ -159,7 +159,7 @@ should do a "make clean" at the toplevel first.)
|
||||
Copyright and License Information
|
||||
---------------------------------
|
||||
|
||||
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
||||
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
Python Software Foundation.
|
||||
All rights reserved.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user