From: Martin v. Löwis Date: Sun, 18 Oct 2009 05:03:16 +0000 (+0000) Subject: Add 2.6.4c2 and 2.6.5[c1]. X-Git-Tag: v2.6.4rc2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8e9cf4f8d44d492c57b28261fe651b091125086;p=python Add 2.6.4c2 and 2.6.5[c1]. --- diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py index e1ff5e82bd..a9658b3c4c 100644 --- a/Tools/msi/uuids.py +++ b/Tools/msi/uuids.py @@ -53,5 +53,8 @@ product_codes = { '2.6.3121':'{a73e0254-dcda-4fe4-bf37-c7e1c4f4ebb6}', # 2.6.3c1 '2.6.3150':'{3d9ac095-e115-4e94-bdef-7f7edf17697d}', # 2.6.3 '2.6.4121':'{727de605-0359-4606-a94b-c2033652379b}', # 2.6.4c1 + '2.6.4122':'{4f7603c6-6352-4299-a398-150a31b19acc}', # 2.6.4c2 '2.6.4150':'{e7394a0f-3f80-45b1-87fc-abcd51893246}', # 2.6.4 + '2.6.5121':'{e0e273d7-7598-4701-8325-c90c069fd5ff}', # 2.6.5c1 + '2.6.5150':'{4723f199-fa64-4233-8e6e-9fccc95a18ee}', # 2.6.5 }