summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2005-03-09 11:54:29 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2005-03-09 11:54:29 (GMT)
commitb3baf322fbaa2359160b17982ba0d1741f683ab5 (patch)
tree5ff4b3fb1d7c4588523e4442ecff1a039af37aa5
parent74105f142406727c06304bf4a7ac9a3385aaa0fa (diff)
downloadcpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.zip
cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.tar.gz
cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.tar.bz2
pre-release magic
-rw-r--r--Include/patchlevel.h6
-rw-r--r--Lib/idlelib/NEWS.txt6
-rw-r--r--Lib/idlelib/idlever.py2
-rw-r--r--Misc/NEWS6
-rw-r--r--Misc/RPM/python-2.4.spec4
-rw-r--r--PCbuild/BUILDno.txt6
6 files changed, 18 insertions, 12 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5c8e8f9..be71e05 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 1
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 0
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.4.1a0"
+#define PY_VERSION "2.4.1c1"
/* 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 >= ... */
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 7d188f2..47b32ea 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,7 +1,7 @@
-What's New in IDLE 1.1.1?
-=======================
+What's New in IDLE 1.1.1c1?
+===========================
-*Release date: XX-JAN-2005*
+*Release date: 10-MAR-2005*
- If an extension can't be loaded, print warning and skip it instead of
erroring out.
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 46b58aa..ac98e11 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "1.1.1"
+IDLE_VERSION = "1.1.1c1"
diff --git a/Misc/NEWS b/Misc/NEWS
index a4a58e1..112351f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,10 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.4.1?
-===========================
+What's New in Python 2.4.1c1?
+=============================
-*Release date: xx-xxx-2005*
+*Release date: 10-MAR-2005*
Core and builtins
-----------------
diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec
index a818809..6578a2a 100644
--- a/Misc/RPM/python-2.4.spec
+++ b/Misc/RPM/python-2.4.spec
@@ -33,9 +33,9 @@
#################################
%define name python
-%define version 2.4
+%define version 2.4.1
%define libvers 2.4
-%define release 3pydotorg
+%define release 1pydotorg
%define __prefix /usr
# kludge to get around rpm <percent>define weirdness
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt
index c5c8f56..bd9981a 100644
--- a/PCbuild/BUILDno.txt
+++ b/PCbuild/BUILDno.txt
@@ -33,6 +33,12 @@ How to change the Windows build number:
Windows Python BUILD numbers
----------------------------
+ 63 2.4.1c1
+ 10-Mar-2005
+ 62 2.3.5
+ 08-Feb-2005
+ 61 2.3.5c1
+ 26-Jan-2005
60 2.4
29-Nov-2004
59 2.4.0c1