2000-09-07 05:28:50 -03:00
|
|
|
Python has a "build number" scheme on Unix-like systems that's hard to
|
|
|
|
explain:
|
|
|
|
|
|
|
|
Python 2.0b1 (#4, Sep 7 2000, 02:40:55) [MSC 32 bit (Intel)] on win32
|
|
|
|
^^
|
|
|
|
The build number there is "#4".
|
|
|
|
|
|
|
|
Each developer's unique build tree generates its own "build numbers",
|
|
|
|
starting at 0, and increasing by 1 each time a build is done in that tree.
|
|
|
|
These numbers are never checked in, or coordinated in any other way. It's
|
|
|
|
just handy for a developer to distinguish among their own personal builds.
|
|
|
|
|
|
|
|
The makefile tricks used to accomplish this under Unix-like systems don't
|
|
|
|
work under MSDev. Here we fake it by hand, but much less frequently, and
|
|
|
|
do check it in. The build number only changes often enough to distinguish
|
|
|
|
releases from each other, and from the long "in between" stretches of CVS
|
|
|
|
development. An account of all Windows BUILD numbers follows; when you
|
|
|
|
check in a new one, please add an entry to the top of the list.
|
|
|
|
|
|
|
|
How to change the Windows build number:
|
|
|
|
|
|
|
|
+ Right-click on getbuildinfo.c from within MSDev. Select Settings ...
|
|
|
|
+ Select the General category of the C/C++ tab.
|
|
|
|
+ In "Settings For:" select "Multiple Configurations ...".
|
|
|
|
+ Check the "Win32 Release" and "Win32 Debug" boxes and click OK.
|
|
|
|
+ In the Preprocessor Definitions box, increment the number after BUILD=.
|
|
|
|
+ Click OK.
|
|
|
|
+ This is not enough to convince MSDev to recompile getbuildinfo.c,
|
|
|
|
so force that and relink.
|
2000-10-14 04:35:15 -03:00
|
|
|
+ Verify that the new build number shows up in both release and debug
|
2000-09-07 05:28:50 -03:00
|
|
|
builds.
|
|
|
|
|
|
|
|
|
|
|
|
Windows Python BUILD numbers
|
|
|
|
----------------------------
|
2003-12-20 18:29:03 -04:00
|
|
|
51 2.3.3
|
|
|
|
19-Dec-2003
|
2003-12-04 16:36:53 -04:00
|
|
|
50 2.3.3c1
|
|
|
|
5-Dec-2003
|
2003-10-01 14:36:45 -03:00
|
|
|
49 2.3.2 (final)
|
|
|
|
3-Oct-2003
|
2003-09-27 17:03:59 -03:00
|
|
|
48 2.3.2c1
|
|
|
|
30-Sep-2003
|
2003-09-23 17:54:48 -03:00
|
|
|
47 2.3.1 (final)
|
|
|
|
23-Sep-2003
|
2003-07-28 21:18:44 -03:00
|
|
|
46 2.3 (final)
|
|
|
|
29-Jul-2003
|
2003-07-23 21:15:46 -03:00
|
|
|
45 2.3c2
|
|
|
|
24-Jul-2003
|
2003-07-17 11:48:26 -03:00
|
|
|
44 2.3c1
|
2003-07-18 18:12:21 -03:00
|
|
|
18-Jul-2003
|
2003-06-27 12:49:35 -03:00
|
|
|
43 2.3b2
|
|
|
|
29-Jun-2003
|
2003-05-30 12:23:21 -03:00
|
|
|
42 2.2.3 (final)
|
|
|
|
30-May-2003
|
2003-05-22 12:30:36 -03:00
|
|
|
41 2.2.3c1
|
|
|
|
22-May-2003
|
2003-04-24 13:45:34 -03:00
|
|
|
40 2.3b1
|
|
|
|
25-Apr-2003
|
2003-02-18 17:58:53 -04:00
|
|
|
39 2.3a2
|
2003-02-18 18:17:40 -04:00
|
|
|
19-Feb-2003
|
2002-12-30 22:09:08 -04:00
|
|
|
38 2.3a1
|
|
|
|
31-Dec-2002
|
2002-10-14 12:01:44 -03:00
|
|
|
37 2.2.2 (final)
|
|
|
|
14-Oct-2002
|
2002-10-06 01:04:46 -03:00
|
|
|
36 2.2.2b1
|
|
|
|
7-Oct-2002
|
2002-04-08 15:00:26 -03:00
|
|
|
35 2.1.3 (final)
|
2002-04-08 15:47:34 -03:00
|
|
|
8-Apr-2002
|
2002-04-04 17:49:08 -04:00
|
|
|
34 2.2.1 (final)
|
2002-04-09 18:18:37 -03:00
|
|
|
10-Apr-2002
|
2002-03-25 15:35:58 -04:00
|
|
|
33 2.2.1c2
|
|
|
|
26-Mar-2002
|
2002-03-14 18:48:50 -04:00
|
|
|
32 2.2.1c1
|
2002-03-18 22:12:10 -04:00
|
|
|
18-Mar-2002
|
2002-01-15 18:24:37 -04:00
|
|
|
31 2.1.2 final
|
|
|
|
16-Jan-2002
|
2002-01-10 15:53:49 -04:00
|
|
|
30 2.1.2c1
|
|
|
|
10-Jan-2002
|
2001-12-21 18:06:12 -04:00
|
|
|
29 CVS development
|
|
|
|
21-Dec-2001
|
2001-12-14 19:16:18 -04:00
|
|
|
28 2.2 final
|
2001-12-21 18:06:12 -04:00
|
|
|
21-Dec-2001
|
2001-12-13 15:34:00 -04:00
|
|
|
27 2.2c1
|
|
|
|
14-Dec-2001
|
2001-11-15 15:50:51 -04:00
|
|
|
26 2.2b2
|
|
|
|
16-Nov-2001
|
2001-10-18 12:19:38 -03:00
|
|
|
25 2.2b1
|
|
|
|
19-Oct-2001
|
2001-09-27 13:28:15 -03:00
|
|
|
24 2.2a4
|
|
|
|
28-Sep-2001
|
2001-09-06 13:33:17 -03:00
|
|
|
23 2.2a3
|
|
|
|
07-Sep-2001
|
2001-08-18 21:56:28 -03:00
|
|
|
22 2.2a2
|
2001-08-22 18:36:50 -03:00
|
|
|
22-Aug-2001
|
2001-07-20 02:17:10 -03:00
|
|
|
21 2.2a1
|
2001-07-17 01:05:43 -03:00
|
|
|
18-Jul-2001
|
2001-07-20 02:17:10 -03:00
|
|
|
20 2.1.1
|
2001-07-02 01:08:39 -03:00
|
|
|
20-Jul-2001
|
2001-07-14 00:31:35 -03:00
|
|
|
19 2.1.1c1
|
2001-07-02 01:08:39 -03:00
|
|
|
13-Jul-2001
|
2001-06-21 23:06:04 -03:00
|
|
|
18 2.0.1
|
|
|
|
22-Jun-2001
|
2001-06-13 16:17:32 -03:00
|
|
|
17 2.0.1c1
|
|
|
|
13-Jun-2001
|
2001-04-18 18:12:25 -03:00
|
|
|
16 CVS development
|
|
|
|
18-Apr-2001
|
|
|
|
15 2.1 final
|
2001-04-16 15:20:30 -03:00
|
|
|
16-Apr-2001
|
2001-04-15 22:44:08 -03:00
|
|
|
14 2.1c2
|
|
|
|
15-Apr-2001
|
2001-04-12 01:01:39 -03:00
|
|
|
13 2.1c1
|
|
|
|
12-Apr-2001
|
2001-03-21 02:09:14 -04:00
|
|
|
12 2.1b2
|
|
|
|
20-Mar-2001
|
2001-02-28 22:43:40 -04:00
|
|
|
11 2.1b1
|
|
|
|
28-Feb-2001
|
2001-02-01 01:10:02 -04:00
|
|
|
10 2.1a2
|
|
|
|
1-Feb-2001
|
2001-01-17 19:23:13 -04:00
|
|
|
9 2.1a1
|
|
|
|
17-Jan-2001
|
2000-10-14 04:35:15 -03:00
|
|
|
8 2.0 (final)
|
|
|
|
14-Oct-2000
|
2000-10-07 01:04:07 -03:00
|
|
|
7 2.0c1
|
|
|
|
07-Oct-2000
|
2000-09-25 18:55:28 -03:00
|
|
|
6 2.0b2
|
|
|
|
26-Sep-2000
|
2000-09-07 05:28:50 -03:00
|
|
|
5 CVS development
|
|
|
|
07-Sep-2000
|
|
|
|
4 2.0b1 repaired to include Lib\xml + Lib\lib-old + Lib\test\*.xml
|
|
|
|
07-Sep-2000
|
|
|
|
3 2.0b1
|
|
|
|
05-Sep-2000
|
|
|
|
2 CVS development
|
|
|
|
1 unused
|
|
|
|
0 2.0b1p1 and 2.0b1p2
|
|
|
|
01-Sep-2000 for both -- this scheme hadn't started yet
|