[Python-checkins] cpython (2.7): #21959: Adds 2.7.8 product code to Tools/msi/uuids.py

steve.dower python-checkins at python.org
Sat Jul 12 00:37:01 CEST 2014


http://hg.python.org/cpython/rev/cc8849331528
changeset:   91654:cc8849331528
branch:      2.7
parent:      91639:30a75f75a4d4
user:        Steve Dower <steve.dower at microsoft.com>
date:        Fri Jul 11 17:32:02 2014 -0500
summary:
  #21959: Adds 2.7.8 product code to Tools/msi/uuids.py

files:
  Tools/msi/uuids.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py
--- a/Tools/msi/uuids.py
+++ b/Tools/msi/uuids.py
@@ -65,4 +65,5 @@
     '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
 }

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list