]> granicus.if.org Git - python/commitdiff
#21959: Adds 2.7.8 product code to Tools/msi/uuids.py
authorSteve Dower <steve.dower@microsoft.com>
Fri, 11 Jul 2014 22:32:02 +0000 (17:32 -0500)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 11 Jul 2014 22:32:02 +0000 (17:32 -0500)
Tools/msi/uuids.py

index 88c2d9e415659614253815beeaa4bbf1b94afa67..2e4dc31c799aeb9d3b8e544a44e3434578ae7e59 100644 (file)
@@ -65,4 +65,5 @@ product_codes = {
     '2.7.6150':'{C3CC4DF5-39A5-4027-B136-2B3E1F5AB6E2}', # 2.7.6
     '2.7.7121':'{5E0D187D-238B-4e96-9C75-C4CF141F5385}', # 2.7.7rc1
     '2.7.7150':'{049CA433-77A0-4e48-AC76-180A282C4E10}', # 2.7.7
+    '2.7.8150':'{61121B12-88BD-4261-A6EE-AB32610A56DD}', # 2.7.8
 }