blob: 9e5b97e98bf2b4655b0ed60d9abb51b35e7d04e1 [file] [log] [blame]
Tim Petersfc9eeae2000-09-07 08:28:50 +00001Python has a "build number" scheme on Unix-like systems that's hard to
2explain:
3
4Python 2.0b1 (#4, Sep 7 2000, 02:40:55) [MSC 32 bit (Intel)] on win32
5 ^^
6The build number there is "#4".
7
8Each developer's unique build tree generates its own "build numbers",
9starting at 0, and increasing by 1 each time a build is done in that tree.
10These numbers are never checked in, or coordinated in any other way. It's
11just handy for a developer to distinguish among their own personal builds.
12
13The makefile tricks used to accomplish this under Unix-like systems don't
14work under MSDev. Here we fake it by hand, but much less frequently, and
15do check it in. The build number only changes often enough to distinguish
16releases from each other, and from the long "in between" stretches of CVS
17development. An account of all Windows BUILD numbers follows; when you
18check in a new one, please add an entry to the top of the list.
19
20How to change the Windows build number:
21
22+ Right-click on getbuildinfo.c from within MSDev. Select Settings ...
23+ Select the General category of the C/C++ tab.
24+ In "Settings For:" select "Multiple Configurations ...".
25+ Check the "Win32 Release" and "Win32 Debug" boxes and click OK.
26+ In the Preprocessor Definitions box, increment the number after BUILD=.
27+ Click OK.
28+ This is not enough to convince MSDev to recompile getbuildinfo.c,
29 so force that and relink.
Tim Peters68692452000-10-14 07:35:15 +000030+ Verify that the new build number shows up in both release and debug
Tim Petersfc9eeae2000-09-07 08:28:50 +000031 builds.
32
33
34Windows Python BUILD numbers
35----------------------------
Martin v. Löwise174ae92004-11-07 10:08:29 +000036 59 2.4.0c1
37 7-Nov-2004
Martin v. Löwis64501902004-11-02 22:28:07 +000038 58 2.4.0b2
Martin v. Löwise174ae92004-11-07 10:08:29 +000039 2-Nov-2004
Martin v. Löwisd37ddeb2004-10-15 05:44:39 +000040 57 2.4.0b1
41 15-Oct-2004
Martin v. Löwis6d772132004-09-01 18:29:25 +000042 56 2.4.0a3
43 2-Sep-2004
Martin v. Löwised0d9c62004-08-04 13:42:43 +000044 55 2.4.0a2
45 4-Aug-2004
Martin v. Löwis74a72b92004-07-08 07:11:33 +000046 54 2.4.0a1
47 8-Jul-2004
Thomas Helleraa2e4982004-06-02 13:21:41 +000048 53 2.3.4 (final)
49 27-May-2004
Thomas Hellerfd3f4fb2004-05-12 20:12:10 +000050 52 2.3.4c1
51 13-May-2004
52 51 2.3.3 (final)
Thomas Heller435f6482003-12-20 22:29:03 +000053 19-Dec-2003
Thomas Heller7425c382003-12-04 20:36:53 +000054 50 2.3.3c1
55 5-Dec-2003
Thomas Hellerd12819c2003-10-01 17:36:45 +000056 49 2.3.2 (final)
57 3-Oct-2003
Thomas Heller36bd2a12003-09-27 20:03:59 +000058 48 2.3.2c1
59 30-Sep-2003
Thomas Hellerffe469e2003-09-23 20:54:48 +000060 47 2.3.1 (final)
61 23-Sep-2003
Tim Peters32675b62003-07-29 00:18:44 +000062 46 2.3 (final)
63 29-Jul-2003
Tim Peters6560a252003-07-24 00:15:46 +000064 45 2.3c2
65 24-Jul-2003
Tim Peters29dfcd12003-07-17 14:48:26 +000066 44 2.3c1
Tim Peters6601b132003-07-18 21:12:21 +000067 18-Jul-2003
Tim Peters8f6c7c52003-06-27 15:49:35 +000068 43 2.3b2
69 29-Jun-2003
Tim Peters98c20be2003-05-30 15:23:21 +000070 42 2.2.3 (final)
71 30-May-2003
Tim Petersc8fb9372003-05-22 15:30:36 +000072 41 2.2.3c1
73 22-May-2003
Tim Peters32094102003-04-24 16:45:34 +000074 40 2.3b1
75 25-Apr-2003
Tim Peters1441cf92003-02-18 21:58:53 +000076 39 2.3a2
Tim Petersd6cfccf2003-02-18 22:17:40 +000077 19-Feb-2003
Tim Peters735950b2002-12-31 02:09:08 +000078 38 2.3a1
79 31-Dec-2002
Tim Peters19697bc2002-10-14 15:01:44 +000080 37 2.2.2 (final)
81 14-Oct-2002
Tim Peters638a1e22002-10-06 04:04:46 +000082 36 2.2.2b1
83 7-Oct-2002
Tim Peters11c5d722002-04-08 18:00:26 +000084 35 2.1.3 (final)
Tim Peters6cca2f42002-04-08 18:47:34 +000085 8-Apr-2002
Tim Peters2f486b72002-04-04 21:49:08 +000086 34 2.2.1 (final)
Tim Peters46cd7942002-04-09 21:18:37 +000087 10-Apr-2002
Tim Peters6a1e76b2002-03-25 19:35:58 +000088 33 2.2.1c2
89 26-Mar-2002
Tim Peters06b711c2002-03-14 22:48:50 +000090 32 2.2.1c1
Tim Peters517a7212002-03-19 02:12:10 +000091 18-Mar-2002
Tim Petersad134f02002-01-15 22:24:37 +000092 31 2.1.2 final
93 16-Jan-2002
Tim Peters57f61fb2002-01-10 19:53:49 +000094 30 2.1.2c1
95 10-Jan-2002
Tim Peters83a3f0c2001-12-21 22:06:12 +000096 29 CVS development
97 21-Dec-2001
Tim Peters909c0912001-12-14 23:16:18 +000098 28 2.2 final
Tim Peters83a3f0c2001-12-21 22:06:12 +000099 21-Dec-2001
Tim Peters6272dfd2001-12-13 19:34:00 +0000100 27 2.2c1
101 14-Dec-2001
Tim Peters330bdfe2001-11-15 19:50:51 +0000102 26 2.2b2
103 16-Nov-2001
Tim Peters5a9d16b2001-10-18 15:19:38 +0000104 25 2.2b1
105 19-Oct-2001
Tim Peters30bff632001-09-27 16:28:15 +0000106 24 2.2a4
107 28-Sep-2001
Tim Peters745e3662001-09-06 16:33:17 +0000108 23 2.2a3
109 07-Sep-2001
Tim Petersa6b9e3c2001-08-19 00:56:28 +0000110 22 2.2a2
Tim Petersedc99312001-08-22 21:36:50 +0000111 22-Aug-2001
Tim Peters0b89fc02001-07-20 05:17:10 +0000112 21 2.2a1
Tim Peters0eb4f3e2001-07-17 04:05:43 +0000113 18-Jul-2001
Tim Peters0b89fc02001-07-20 05:17:10 +0000114 20 2.1.1
Tim Peters87349522001-07-02 04:08:39 +0000115 20-Jul-2001
Tim Petersc683a292001-07-14 03:31:35 +0000116 19 2.1.1c1
Tim Peters87349522001-07-02 04:08:39 +0000117 13-Jul-2001
Tim Peters289a9612001-06-22 02:06:04 +0000118 18 2.0.1
119 22-Jun-2001
Tim Peters42107c52001-06-13 19:17:32 +0000120 17 2.0.1c1
121 13-Jun-2001
Tim Peters52709e32001-04-18 21:12:25 +0000122 16 CVS development
123 18-Apr-2001
124 15 2.1 final
Tim Petersdd37dac2001-04-16 18:20:30 +0000125 16-Apr-2001
Tim Petersb0931662001-04-16 01:44:08 +0000126 14 2.1c2
127 15-Apr-2001
Tim Petersfd09e862001-04-12 04:01:39 +0000128 13 2.1c1
129 12-Apr-2001
Tim Peters55f826c2001-03-21 06:09:14 +0000130 12 2.1b2
131 20-Mar-2001
Tim Peters5f850ab2001-03-01 02:43:40 +0000132 11 2.1b1
133 28-Feb-2001
Tim Petersca873ed2001-02-01 05:10:02 +0000134 10 2.1a2
135 1-Feb-2001
Tim Peters97c96402001-01-17 23:23:13 +0000136 9 2.1a1
137 17-Jan-2001
Tim Peters68692452000-10-14 07:35:15 +0000138 8 2.0 (final)
139 14-Oct-2000
Tim Peters70d87d72000-10-07 04:04:07 +0000140 7 2.0c1
141 07-Oct-2000
Tim Petersf1fcc812000-09-25 21:55:28 +0000142 6 2.0b2
143 26-Sep-2000
Tim Petersfc9eeae2000-09-07 08:28:50 +0000144 5 CVS development
145 07-Sep-2000
146 4 2.0b1 repaired to include Lib\xml + Lib\lib-old + Lib\test\*.xml
147 07-Sep-2000
148 3 2.0b1
149 05-Sep-2000
150 2 CVS development
151 1 unused
152 0 2.0b1p1 and 2.0b1p2
153 01-Sep-2000 for both -- this scheme hadn't started yet