Tim Peters | fc9eeae | 2000-09-07 08:28:50 +0000 | [diff] [blame] | 1 | Python has a "build number" scheme on Unix-like systems that's hard to |
| 2 | explain: |
| 3 | |
| 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". |
| 7 | |
| 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. |
| 12 | |
| 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. |
| 19 | |
| 20 | How 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 Peters | 6869245 | 2000-10-14 07:35:15 +0000 | [diff] [blame] | 30 | + Verify that the new build number shows up in both release and debug |
Tim Peters | fc9eeae | 2000-09-07 08:28:50 +0000 | [diff] [blame] | 31 | builds. |
| 32 | |
| 33 | |
| 34 | Windows Python BUILD numbers |
| 35 | ---------------------------- |
Tim Peters | 11c5d72 | 2002-04-08 18:00:26 +0000 | [diff] [blame] | 36 | 35 2.1.3 (final) |
Tim Peters | 6cca2f4 | 2002-04-08 18:47:34 +0000 | [diff] [blame] | 37 | 8-Apr-2002 |
Tim Peters | 2f486b7 | 2002-04-04 21:49:08 +0000 | [diff] [blame] | 38 | 34 2.2.1 (final) |
Tim Peters | 46cd794 | 2002-04-09 21:18:37 +0000 | [diff] [blame] | 39 | 10-Apr-2002 |
Tim Peters | 6a1e76b | 2002-03-25 19:35:58 +0000 | [diff] [blame] | 40 | 33 2.2.1c2 |
| 41 | 26-Mar-2002 |
Tim Peters | 06b711c | 2002-03-14 22:48:50 +0000 | [diff] [blame] | 42 | 32 2.2.1c1 |
Tim Peters | 517a721 | 2002-03-19 02:12:10 +0000 | [diff] [blame] | 43 | 18-Mar-2002 |
Tim Peters | ad134f0 | 2002-01-15 22:24:37 +0000 | [diff] [blame] | 44 | 31 2.1.2 final |
| 45 | 16-Jan-2002 |
Tim Peters | 57f61fb | 2002-01-10 19:53:49 +0000 | [diff] [blame] | 46 | 30 2.1.2c1 |
| 47 | 10-Jan-2002 |
Tim Peters | 83a3f0c | 2001-12-21 22:06:12 +0000 | [diff] [blame] | 48 | 29 CVS development |
| 49 | 21-Dec-2001 |
Tim Peters | 909c091 | 2001-12-14 23:16:18 +0000 | [diff] [blame] | 50 | 28 2.2 final |
Tim Peters | 83a3f0c | 2001-12-21 22:06:12 +0000 | [diff] [blame] | 51 | 21-Dec-2001 |
Tim Peters | 6272dfd | 2001-12-13 19:34:00 +0000 | [diff] [blame] | 52 | 27 2.2c1 |
| 53 | 14-Dec-2001 |
Tim Peters | 330bdfe | 2001-11-15 19:50:51 +0000 | [diff] [blame] | 54 | 26 2.2b2 |
| 55 | 16-Nov-2001 |
Tim Peters | 5a9d16b | 2001-10-18 15:19:38 +0000 | [diff] [blame] | 56 | 25 2.2b1 |
| 57 | 19-Oct-2001 |
Tim Peters | 30bff63 | 2001-09-27 16:28:15 +0000 | [diff] [blame] | 58 | 24 2.2a4 |
| 59 | 28-Sep-2001 |
Tim Peters | 745e366 | 2001-09-06 16:33:17 +0000 | [diff] [blame] | 60 | 23 2.2a3 |
| 61 | 07-Sep-2001 |
Tim Peters | a6b9e3c | 2001-08-19 00:56:28 +0000 | [diff] [blame] | 62 | 22 2.2a2 |
Tim Peters | edc9931 | 2001-08-22 21:36:50 +0000 | [diff] [blame] | 63 | 22-Aug-2001 |
Tim Peters | 0b89fc0 | 2001-07-20 05:17:10 +0000 | [diff] [blame] | 64 | 21 2.2a1 |
Tim Peters | 0eb4f3e | 2001-07-17 04:05:43 +0000 | [diff] [blame] | 65 | 18-Jul-2001 |
Tim Peters | 0b89fc0 | 2001-07-20 05:17:10 +0000 | [diff] [blame] | 66 | 20 2.1.1 |
Tim Peters | 8734952 | 2001-07-02 04:08:39 +0000 | [diff] [blame] | 67 | 20-Jul-2001 |
Tim Peters | c683a29 | 2001-07-14 03:31:35 +0000 | [diff] [blame] | 68 | 19 2.1.1c1 |
Tim Peters | 8734952 | 2001-07-02 04:08:39 +0000 | [diff] [blame] | 69 | 13-Jul-2001 |
Tim Peters | 289a961 | 2001-06-22 02:06:04 +0000 | [diff] [blame] | 70 | 18 2.0.1 |
| 71 | 22-Jun-2001 |
Tim Peters | 42107c5 | 2001-06-13 19:17:32 +0000 | [diff] [blame] | 72 | 17 2.0.1c1 |
| 73 | 13-Jun-2001 |
Tim Peters | 52709e3 | 2001-04-18 21:12:25 +0000 | [diff] [blame] | 74 | 16 CVS development |
| 75 | 18-Apr-2001 |
| 76 | 15 2.1 final |
Tim Peters | dd37dac | 2001-04-16 18:20:30 +0000 | [diff] [blame] | 77 | 16-Apr-2001 |
Tim Peters | b093166 | 2001-04-16 01:44:08 +0000 | [diff] [blame] | 78 | 14 2.1c2 |
| 79 | 15-Apr-2001 |
Tim Peters | fd09e86 | 2001-04-12 04:01:39 +0000 | [diff] [blame] | 80 | 13 2.1c1 |
| 81 | 12-Apr-2001 |
Tim Peters | 55f826c | 2001-03-21 06:09:14 +0000 | [diff] [blame] | 82 | 12 2.1b2 |
| 83 | 20-Mar-2001 |
Tim Peters | 5f850ab | 2001-03-01 02:43:40 +0000 | [diff] [blame] | 84 | 11 2.1b1 |
| 85 | 28-Feb-2001 |
Tim Peters | ca873ed | 2001-02-01 05:10:02 +0000 | [diff] [blame] | 86 | 10 2.1a2 |
| 87 | 1-Feb-2001 |
Tim Peters | 97c9640 | 2001-01-17 23:23:13 +0000 | [diff] [blame] | 88 | 9 2.1a1 |
| 89 | 17-Jan-2001 |
Tim Peters | 6869245 | 2000-10-14 07:35:15 +0000 | [diff] [blame] | 90 | 8 2.0 (final) |
| 91 | 14-Oct-2000 |
Tim Peters | 70d87d7 | 2000-10-07 04:04:07 +0000 | [diff] [blame] | 92 | 7 2.0c1 |
| 93 | 07-Oct-2000 |
Tim Peters | f1fcc81 | 2000-09-25 21:55:28 +0000 | [diff] [blame] | 94 | 6 2.0b2 |
| 95 | 26-Sep-2000 |
Tim Peters | fc9eeae | 2000-09-07 08:28:50 +0000 | [diff] [blame] | 96 | 5 CVS development |
| 97 | 07-Sep-2000 |
| 98 | 4 2.0b1 repaired to include Lib\xml + Lib\lib-old + Lib\test\*.xml |
| 99 | 07-Sep-2000 |
| 100 | 3 2.0b1 |
| 101 | 05-Sep-2000 |
| 102 | 2 CVS development |
| 103 | 1 unused |
| 104 | 0 2.0b1p1 and 2.0b1p2 |
| 105 | 01-Sep-2000 for both -- this scheme hadn't started yet |