]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add 2.6.3 and 2.6.4 UUIDs
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 30 Sep 2009 07:47:45 +0000 (07:47 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 30 Sep 2009 07:47:45 +0000 (07:47 +0000)
Tools/msi/uuids.py

index 552c60964680a0cd999f4c31c0d589cd14ebbd2f..e1ff5e82bdadb47c9047a3348e016880d4d38fbc 100644 (file)
@@ -50,4 +50,8 @@ product_codes = {
     '2.6.1150':'{9cc89170-000b-457d-91f1-53691f85b223}', # 2.6.1
     '2.6.2121':'{adac412b-b209-4c15-b6ab-dca1b6e47144}', # 2.6.2c1
     '2.6.2150':'{24aab420-4e30-4496-9739-3e216f3de6ae}', # 2.6.2
+    '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.4150':'{e7394a0f-3f80-45b1-87fc-abcd51893246}', # 2.6.4
 }