blob: bf4d784ba8e2637530fca4fed100e7b69c4e7506 [file] [log] [blame]
Thomas Wouters49fd7fa2006-04-21 10:40:58 +00001# This should be extended for each Python release.
2# The product code must change whenever the name of the MSI file
3# changes, and when new component codes are issued for existing
4# components. See "Changing the Product Code". As we change the
5# component codes with every build, we need a new product code
6# each time. For intermediate (snapshot) releases, they are automatically
7# generated. For official releases, we record the product codes,
8# so people can refer to them.
9product_codes = {
10 '2.4.101': '{0e9b4d8e-6cda-446e-a208-7b92f3ddffa0}', # 2.4a1, released as a snapshot
11 '2.4.102': '{1b998745-4901-4edb-bc52-213689e1b922}', # 2.4a2
12 '2.4.103': '{33fc8bd2-1e8f-4add-a40a-ade2728d5942}', # 2.4a3
13 '2.4.111': '{51a7e2a8-2025-4ef0-86ff-e6aab742d1fa}', # 2.4b1
14 '2.4.112': '{4a5e7c1d-c659-4fe3-b8c9-7c65bd9c95a5}', # 2.4b2
15 '2.4.121': '{75508821-a8e9-40a8-95bd-dbe6033ddbea}', # 2.4c1
16 '2.4.122': '{83a9118b-4bdd-473b-afc3-bcb142feca9e}', # 2.4c2
17 '2.4.150': '{82d9302e-f209-4805-b548-52087047483a}', # 2.4.0
18 '2.4.1121':'{be027411-8e6b-4440-a29b-b07df0690230}', # 2.4.1c1
19 '2.4.1122':'{02818752-48bf-4074-a281-7a4114c4f1b1}', # 2.4.1c2
20 '2.4.1150':'{4d4f5346-7e4a-40b5-9387-fdb6181357fc}', # 2.4.1
21 '2.4.2121':'{5ef9d6b6-df78-45d2-ab09-14786a3c5a99}', # 2.4.2c1
22 '2.4.2150':'{b191e49c-ea23-43b2-b28a-14e0784069b8}', # 2.4.2
23 '2.4.3121':'{f669ed4d-1dce-41c4-9617-d985397187a1}', # 2.4.3c1
24 '2.4.3150':'{75e71add-042c-4f30-bfac-a9ec42351313}', # 2.4.3
Thomas Wouters89f507f2006-12-13 04:49:30 +000025 '2.4.4121':'{cd2862db-22a4-4688-8772-85407ea21550}', # 2.4.4c1
26 '2.4.4150':'{60e2c8c9-6cf3-4b1a-9618-e304946c94e6}', # 2.4.4
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000027 '2.5.101': '{bc14ce3e-5e72-4a64-ac1f-bf59a571898c}', # 2.5a1
28 '2.5.102': '{5eed51c1-8e9d-4071-94c5-b40de5d49ba5}', # 2.5a2
29 '2.5.103': '{73dcd966-ffec-415f-bb39-8342c1f47017}', # 2.5a3
30 '2.5.111': '{c797ecf8-a8e6-4fec-bb99-526b65f28626}', # 2.5b1
31 '2.5.112': '{32beb774-f625-439d-b587-7187487baf15}', # 2.5b2
Thomas Wouters0e3f5912006-08-11 14:57:12 +000032 '2.5.113': '{89f23918-11cf-4f08-be13-b9b2e6463fd9}', # 2.5b3
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000033 '2.5.121': '{8e9321bc-6b24-48a3-8fd4-c95f8e531e5f}', # 2.5c1
34 '2.5.122': '{a6cd508d-9599-45da-a441-cbffa9f7e070}', # 2.5c2
35 '2.5.150': '{0a2c5854-557e-48c8-835a-3b9f074bdcaa}', # 2.5.0
Thomas Woutersb2137042007-02-01 18:02:27 +000036 '2.5.1121':'{0378b43e-6184-4c2f-be1a-4a367781cd54}', # 2.5.1c1
37 '2.5.1150':'{31800004-6386-4999-a519-518f2d78d8f0}', # 2.5.1
38 '2.5.2150':'{6304a7da-1132-4e91-a343-a296269eab8a}', # 2.5.2c1
39 '2.5.2150':'{6b976adf-8ae8-434e-b282-a06c7f624d2f}', # 2.5.2
Christian Heimes70e7ea22008-02-28 20:02:27 +000040 '2.6.101': '{0ba82e1b-52fd-4e03-8610-a6c76238e8a8}', # 2.6a1
41 '2.6.102': '{3b27e16c-56db-4570-a2d3-e9a26180c60b}', # 2.6a2
42 '2.6.103': '{cd06a9c5-bde5-4bd7-9874-48933997122a}', # 2.6a3
43 '2.6.104': '{dc6ed634-474a-4a50-a547-8de4b7491e53}', # 2.6a4
Martin v. Löwisf7399912007-08-30 05:45:17 +000044 '3.0.101': '{8554263a-3242-4857-9359-aa87bc2c58c2}', # 3.0a1
45 '3.0.102': '{692d6e2c-f0ac-40b8-a133-7191aeeb67f9}', # 3.0a2
46 '3.0.103': '{49cb2995-751a-4753-be7a-d0b1bb585e06}', # 3.0a3
Martin v. Löwisfac49f62008-04-07 16:44:13 +000047 '3.0.104': '{87cb019e-19fd-4238-b1c7-85751437d646}', # 3.0a4
48 '3.0.105': '{cf2659af-19ec-43d2-8c35-0f6a09439d42}', # 3.0a5
Martin v. Löwisf7399912007-08-30 05:45:17 +000049 '3.0.111': '{36c26f55-837d-45cf-848c-5f5c0fb47a28}', # 3.0b1
50 '3.0.112': '{056a0fbc-c8fe-4c61-aade-c4411b70c998}', # 3.0b2
51 '3.0.121': '{d0979c5e-cd3c-42ec-be4c-e294da793573}', # 3.0c1
52 '3.0.122': '{f707b8e9-a257-4045-818e-4923fc20fbb6}', # 3.0c2
53 '3.0.150': '{e0e56e21-55de-4f77-a109-1baa72348743}', # 3.0.0
Thomas Wouters49fd7fa2006-04-21 10:40:58 +000054}