]> granicus.if.org Git - python/commitdiff
From Martin: New UUIDs for the 3.2 release series. v3.2a1
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 12:06:51 +0000 (12:06 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 12:06:51 +0000 (12:06 +0000)
Tools/msi/uuids.py

index 2f518365c60fb8039e5c9f925b0144ea3e165f00..dcf86251ab08fa75f8d931bd0025650d81614239 100644 (file)
@@ -77,4 +77,12 @@ product_codes = {
     '3.1.1150':'{7ff90460-89b7-435b-b583-b37b2815ccc7}', # 3.1.1
     '3.1.2121':'{ec45624a-378c-43be-91f3-3f7a59b0d90c}', # 3.1.2c1
     '3.1.2150':'{d40af016-506c-43fb-a738-bd54fa8c1e85}', # 3.1.2
+    '3.2.101' :'{b411f168-7a36-4fff-902c-a554d1c78a4f}', # 3.2a1
+    '3.2.102' :'{79ff73b7-8359-410f-b9c5-152d2026f8c8}', # 3.2a2
+    '3.2.103' :'{e7635c65-c221-4b9b-b70a-5611b8369d77}', # 3.2a3
+    '3.2.111' :'{20bfc16f-c7cd-4fc0-8f96-9914614a3c50}', # 3.2b1
+    '3.2.112' :'{0e350c98-8d73-4993-b686-cfe87160046e}', # 3.2b2
+    '3.2.121' :'{2094968d-7583-47f6-a7fd-22304532e09f}', # 3.2rc1
+    '3.2.122' :'{4f3edfa6-cf70-469a-825f-e1206aa7f412}', # 3.2rc2
+    '3.2.150' :'{b2042d5e-986d-44ec-aee3-afe4108ccc93}', # 3.2.0
 }