[Python-3000-checkins] r62947 - in python/branches/py3k: Tools/msi/uuids.py

martin.v.loewis python-3000-checkins at python.org
Fri May 9 19:14:15 CEST 2008


Author: martin.v.loewis
Date: Fri May  9 19:14:15 2008
New Revision: 62947

Log:
Merged revisions 62946 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62946 | martin.v.loewis | 2008-05-09 19:11:07 +0200 (Fr, 09 Mai 2008) | 1 line
  
  Add 2.6b1 and 2.6b2 UUIDs.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Tools/msi/uuids.py

Modified: python/branches/py3k/Tools/msi/uuids.py
==============================================================================
--- python/branches/py3k/Tools/msi/uuids.py	(original)
+++ python/branches/py3k/Tools/msi/uuids.py	Fri May  9 19:14:15 2008
@@ -41,6 +41,8 @@
     '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
     '3.0.101': '{8554263a-3242-4857-9359-aa87bc2c58c2}', # 3.0a1
     '3.0.102': '{692d6e2c-f0ac-40b8-a133-7191aeeb67f9}', # 3.0a2
     '3.0.103': '{49cb2995-751a-4753-be7a-d0b1bb585e06}', # 3.0a3


More information about the Python-3000-checkins mailing list