/* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 4
-#define PY_MICRO_VERSION 1
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* 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.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
2.3.5 2.3.4 2005 PSF yes
2.4 2.3 2004 PSF yes
2.4.1 2.4.1 2005 PSF yes
+ 2.4.2 2.4.1 2005 PSF yes
Footnotes:
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
when using X11 and the Fink distribution. Python Bug 1263656.
-IDLE_VERSION = "1.1.1"
+IDLE_VERSION = "1.1.2c1"
(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
-----------------
#################################
%define name python
-%define version 2.4.1
+%define version 2.4.2c1
%define libvers 2.4
%define release 1pydotorg
%define __prefix /usr
Windows Python BUILD numbers
----------------------------
+ 66 2.4.2c1
+ 21-Sep-2005
65 2.4.1
30-Mar-2005
64 2.4.1c2
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=65"/>
+ PreprocessorDefinitions="BUILD=66"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=65"/>
+ PreprocessorDefinitions="BUILD=66"/>
</FileConfiguration>
<FileConfiguration
Name="ReleaseItanium|Win32">
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=65"/>
+ PreprocessorDefinitions="BUILD=66"/>
</FileConfiguration>
</File>
<File