From: Martin v. Löwis Date: Mon, 8 Dec 2008 11:23:22 +0000 (+0000) Subject: Add UUIDs for 3.0.1 and 3.0.2. X-Git-Tag: v3.1a1~721 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a872787f5fb8fec80a8cb9318154485daafcea7e;p=python Add UUIDs for 3.0.1 and 3.0.2. --- diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py index f2eaab47d9..632f7e5e47 100644 --- a/Tools/msi/uuids.py +++ b/Tools/msi/uuids.py @@ -63,4 +63,8 @@ product_codes = { '3.0.122': '{f707b8e9-a257-4045-818e-4923fc20fbb6}', # 3.0c2 '3.0.123': '{5e7208f1-8643-4ea2-ab5e-4644887112e3}', # 3.0c3 '3.0.150': '{e0e56e21-55de-4f77-a109-1baa72348743}', # 3.0.0 + '3.1.1121':'{d35b1ea5-3d70-4872-bf7e-cd066a77a9c9}', # 3.0.1c1 + '3.1.1150':'{de2f2d9c-53e2-40ee-8209-74da63cb060e}', # 3.0.1 + '3.1.2121':'{cef79e7f-9809-49e2-afd2-e24148d7c855}', # 3.0.2c1 + '3.1.2150':'{0cf3b95a-8382-4607-9779-c36407ff362c}', # 3.0.2 }