]> granicus.if.org Git - python/commitdiff
Add 2.6b1 and 2.6b2 UUIDs.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 9 May 2008 17:11:07 +0000 (17:11 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 9 May 2008 17:11:07 +0000 (17:11 +0000)
Tools/msi/uuids.py

index efdb58536dda4e2bfcf6ef59bbbbe5e7a9997533..338efc7e5b034c9e6dbf6d98bc4975a4f4aa1dbf 100644 (file)
@@ -41,4 +41,6 @@ product_codes = {
     '2.6.102': '{3b27e16c-56db-4570-a2d3-e9a26180c60b}', # 2.6a2
     '2.6.103': '{cd06a9c5-bde5-4bd7-9874-48933997122a}', # 2.6a3
     '2.6.104': '{dc6ed634-474a-4a50-a547-8de4b7491e53}', # 2.6a4
+    '2.6.111': '{3f82079a-5bee-4c4a-8a41-8292389e24ae}', # 2.6b1
+    '2.6.112': '{8a0e5970-f3e6-4737-9a2b-bc5ff0f15fb5}', # 2.6b2
 }