py-cvs-rel2_1 (Rev 1.2) merge
[python/dscho.git] / PCbuild / BUILDno.txt
blob37593d5c2a05abe8edb0e2642c20982d81b8757d
1 Python has a "build number" scheme on Unix-like systems that's hard to
2 explain:
4 Python 2.0b1 (#4, Sep  7 2000, 02:40:55) [MSC 32 bit (Intel)] on win32
5               ^^
6 The build number there is "#4".
8 Each developer's unique build tree generates its own "build numbers",
9 starting at 0, and increasing by 1 each time a build is done in that tree.
10 These numbers are never checked in, or coordinated in any other way.  It's
11 just handy for a developer to distinguish among their own personal builds.
13 The makefile tricks used to accomplish this under Unix-like systems don't
14 work under MSDev.  Here we fake it by hand, but much less frequently, and
15 do check it in.  The build number only changes often enough to distinguish
16 releases from each other, and from the long "in between" stretches of CVS
17 development.  An account of all Windows BUILD numbers follows; when you
18 check in a new one, please add an entry to the top of the list.
20 How to change the Windows build number:
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.
30 + Verify that the new build number shows up in both release and debug
31   builds.
34 Windows Python BUILD numbers
35 ----------------------------
36   20    2.1.1       TENTATIVE
37         20-Jul-2001
38   19    2.1.1c1     TENTATIVE
39         13-Jul-2001
40   18    2.0.1
41         22-Jun-2001
42   17    2.0.1c1
43         13-Jun-2001
44   16    CVS development
45         18-Apr-2001
46   15    2.1 final
47         16-Apr-2001
48   14    2.1c2
49         15-Apr-2001
50   13    2.1c1
51         12-Apr-2001
52   12    2.1b2
53         20-Mar-2001
54   11    2.1b1
55         28-Feb-2001
56   10    2.1a2
57         1-Feb-2001
58    9    2.1a1
59         17-Jan-2001
60    8    2.0 (final)
61         14-Oct-2000
62    7    2.0c1
63         07-Oct-2000
64    6    2.0b2
65         26-Sep-2000
66    5    CVS development
67         07-Sep-2000
68    4    2.0b1 repaired to include Lib\xml + Lib\lib-old + Lib\test\*.xml
69         07-Sep-2000
70    3    2.0b1
71         05-Sep-2000
72    2    CVS development
73    1    unused
74    0    2.0b1p1 and 2.0b1p2
75         01-Sep-2000 for both -- this scheme hadn't started yet