summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2014-07-11 22:32:02 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2014-07-11 22:32:02 (GMT)
commitf2892879a0e383ca8e2031fe4e05d490bd1463a8 (patch)
tree6b2751d3a6bae7a4976547bd0e3627a1a7a39298
parentd6c3163e46a74f9852820ea36291de73d44974ea (diff)
downloadcpython-f2892879a0e383ca8e2031fe4e05d490bd1463a8.zip
cpython-f2892879a0e383ca8e2031fe4e05d490bd1463a8.tar.gz
cpython-f2892879a0e383ca8e2031fe4e05d490bd1463a8.tar.bz2
#21959: Adds 2.7.8 product code to Tools/msi/uuids.py
-rw-r--r--Tools/msi/uuids.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py
index 88c2d9e..2e4dc31 100644
--- a/Tools/msi/uuids.py
+++ b/Tools/msi/uuids.py
@@ -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
}