Kaydet (Commit) 4ab7786f authored tarafından Anthony Baxter's avatar Anthony Baxter

pre-release machinations

üst 4fe43a80
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
/* Version parsed out into numeric values */ /* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 2 #define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 4 #define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 1 #define PY_MICRO_VERSION 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 0 #define PY_RELEASE_SERIAL 1
/* Version as a string */ /* Version as a string */
#define PY_VERSION "2.4.1+" #define PY_VERSION "2.4.2c1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */ Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
......
...@@ -50,6 +50,7 @@ the various releases. ...@@ -50,6 +50,7 @@ the various releases.
2.3.5 2.3.4 2005 PSF yes 2.3.5 2.3.4 2005 PSF yes
2.4 2.3 2004 PSF yes 2.4 2.3 2004 PSF yes
2.4.1 2.4.1 2005 PSF yes 2.4.1 2.4.1 2005 PSF yes
2.4.2 2.4.1 2005 PSF yes
Footnotes: Footnotes:
......
What's New in IDLE 1.1.2c1? What's New in IDLE 1.1.2c1?
========================= ===========================
*Release date: XX-SEP-2005* *Release date: 21-SEP-2005*
- Mac line endings were incorrect when pasting code from some browsers - Mac line endings were incorrect when pasting code from some browsers
when using X11 and the Fink distribution. Python Bug 1263656. when using X11 and the Fink distribution. Python Bug 1263656.
......
IDLE_VERSION = "1.1.1" IDLE_VERSION = "1.1.2c1"
...@@ -4,10 +4,10 @@ Python News ...@@ -4,10 +4,10 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.) (editors: check NEWS.help for information about editing NEWS using ReST.)
What's New in Python 2.4.2a What's New in Python 2.4.2c1
=========================== ============================
*Release date: XX-XXX-2005* *Release date: 21-SEP-2005*
Core and builtins Core and builtins
----------------- -----------------
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
################################# #################################
%define name python %define name python
%define version 2.4.1 %define version 2.4.2c1
%define libvers 2.4 %define libvers 2.4
%define release 1pydotorg %define release 1pydotorg
%define __prefix /usr %define __prefix /usr
......
...@@ -33,6 +33,8 @@ How to change the Windows build number: ...@@ -33,6 +33,8 @@ How to change the Windows build number:
Windows Python BUILD numbers Windows Python BUILD numbers
---------------------------- ----------------------------
66 2.4.2c1
21-Sep-2005
65 2.4.1 65 2.4.1
30-Mar-2005 30-Mar-2005
64 2.4.1c2 64 2.4.1c2
......
...@@ -1385,7 +1385,7 @@ ...@@ -1385,7 +1385,7 @@
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
AdditionalIncludeDirectories="" AdditionalIncludeDirectories=""
PreprocessorDefinitions="BUILD=65"/> PreprocessorDefinitions="BUILD=66"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug|Win32"> Name="Debug|Win32">
...@@ -1393,7 +1393,7 @@ ...@@ -1393,7 +1393,7 @@
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="" AdditionalIncludeDirectories=""
PreprocessorDefinitions="BUILD=65"/> PreprocessorDefinitions="BUILD=66"/>
</FileConfiguration> </FileConfiguration>
<FileConfiguration <FileConfiguration
Name="ReleaseItanium|Win32"> Name="ReleaseItanium|Win32">
...@@ -1401,7 +1401,7 @@ ...@@ -1401,7 +1401,7 @@
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="2" Optimization="2"
AdditionalIncludeDirectories="" AdditionalIncludeDirectories=""
PreprocessorDefinitions="BUILD=65"/> PreprocessorDefinitions="BUILD=66"/>
</FileConfiguration> </FileConfiguration>
</File> </File>
<File <File
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment